From c1af91aab193cf34b36bfacd39805eeaa48e19b1 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Sat, 25 Nov 2006 17:30:07 +0000 Subject: Let's remove the connect errors because of the KJob/KIO::Job split. svn path=/trunk/playground/utils/dolphin/; revision=607764 --- src/dolphin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphin.h') diff --git a/src/dolphin.h b/src/dolphin.h index c1e481a5d..0013b4de8 100644 --- a/src/dolphin.h +++ b/src/dolphin.h @@ -215,13 +215,13 @@ private slots: * Shows the error information of the job \a job * in the status bar. */ - void slotHandleJobError(KIO::Job* job); + void slotHandleJobError(KJob* job); /** * Indicates in the status bar that the delete operation * of the job \a job has been finished. */ - void slotDeleteFileFinished(KIO::Job* job); + void slotDeleteFileFinished(KJob* job); /** * Updates the state of the 'Undo' menu action dependent @@ -366,7 +366,7 @@ private slots: * Adds the undo operation given by \a job * to the UndoManager. */ - void addUndoOperation(KIO::Job* job); + void addUndoOperation(KJob* job); void toggleSidebar(); -- cgit v1.3