diff options
| author | David Faure <[email protected]> | 2008-04-30 23:32:33 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-04-30 23:32:33 +0000 |
| commit | 06e9ece82168a739d3f59a9d843ba89113fba650 (patch) | |
| tree | f0623d802f31594379192baf4868ea9cd04a83a0 /src/dolphinmainwindow.h | |
| parent | fd46bdb301b481bd1f3823db018867e3ffb9fa49 (diff) | |
KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=802881
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <config-nepomuk.h> #include <kfileitemdelegate.h> -#include <konq_fileundomanager.h> +#include <kio/fileundomanager.h> #include <ksortablelist.h> #include <kxmlguiwindow.h> @@ -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<KonqFileUndoManager::CommandType> m_undoCommandTypes; + QList<KIO::FileUndoManager::CommandType> m_undoCommandTypes; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
