┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin.h
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2006-11-25 17:30:07 +0000
committerKevin Ottens <[email protected]>2006-11-25 17:30:07 +0000
commitc1af91aab193cf34b36bfacd39805eeaa48e19b1 (patch)
treef2f935a43482190706f9054c286a8f42ccb20bef /src/dolphin.h
parent92d346ae7838668c92643548a84fb2903c08c40d (diff)
Let's remove the connect errors because of the KJob/KIO::Job split.
svn path=/trunk/playground/utils/dolphin/; revision=607764
Diffstat (limited to 'src/dolphin.h')
-rw-r--r--src/dolphin.h6
1 files changed, 3 insertions, 3 deletions
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();