From 06e9ece82168a739d3f59a9d843ba89113fba650 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 30 Apr 2008 23:32:33 +0000 Subject: KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=802881 --- src/dolphindropcontroller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphindropcontroller.h') 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 #include -#include +#include #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; -- cgit v1.3