diff options
Diffstat (limited to 'src/dolphindropcontroller.h')
| -rw-r--r-- | src/dolphindropcontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindropcontroller.h b/src/dolphindropcontroller.h index 0a3c23706..955d1614c 100644 --- a/src/dolphindropcontroller.h +++ b/src/dolphindropcontroller.h @@ -22,7 +22,7 @@ #include <QObject> #include <kurl.h> -#include <konq_fileundomanager.h> +#include <kio/fileundomanager.h> #include "libdolphin_export.h" @@ -55,7 +55,7 @@ signals: * Is emitted when renaming, copying, moving, linking etc. * Used for feedback in the mainwindow. */ - void doingOperation(KonqFileUndoManager::CommandType type); + void doingOperation(KIO::FileUndoManager::CommandType type); private: QWidget* m_parentWidget; |
