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/dolphinmainwindow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 675b08bed..47fddf381 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include @@ -323,7 +323,7 @@ private slots: void toggleActiveView(); /** Called when the view is doing a file operation, like renaming, copying, moving etc. */ - void slotDoingOperation(KonqFileUndoManager::CommandType type); + void slotDoingOperation(KIO::FileUndoManager::CommandType type); /** * Activates the tab with the index \a index, which means that the current view @@ -388,7 +388,7 @@ private: * assures that all errors are shown in the status bar of Dolphin * instead as modal error dialog with an OK button. */ - class UndoUiInterface : public KonqFileUndoManager::UiInterface + class UndoUiInterface : public KIO::FileUndoManager::UiInterface { public: UndoUiInterface(); @@ -418,7 +418,7 @@ private: DolphinViewActionHandler* m_actionHandler; /// remember pending undo operations until they are finished - QList m_undoCommandTypes; + QList m_undoCommandTypes; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const -- cgit v1.3