diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 048486354..1fcdaa087 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -29,7 +29,7 @@ #include <kparts/part.h> #include <kfileitem.h> #include <kfileitemdelegate.h> -#include <konq_fileundomanager.h> +#include <kio/fileundomanager.h> #include <kio/job.h> #include <QBoxLayout> @@ -496,7 +496,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); protected: /** @see QWidget::mouseReleaseEvent */ |
