┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-11-15 10:10:42 +0000
committerDavid Faure <[email protected]>2007-11-15 10:10:42 +0000
commit205bf2035d30517e781271bbcae8e4c102d71871 (patch)
tree0287e95ac7b90181197cc6a6a9ac04ea6036a453 /src/dolphinmainwindow.h
parent72dc6a9d229e581eeef26b07108f5883f12b30f0 (diff)
KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in konqueror,
Taking this opportunity for filename==classname and a .cpp extension, as well. svn path=/trunk/KDE/kdebase/apps/; revision=737032
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index ca8001165..e33de4ef6 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -28,7 +28,7 @@
#include <config-nepomuk.h>
#include <kfileitemdelegate.h>
-#include <konq_undo.h>
+#include <konq_fileundomanager.h>
#include <ksortablelist.h>
#include <kxmlguiwindow.h>
@@ -484,7 +484,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 KonqUndoManager::UiInterface
+ class UndoUiInterface : public KonqFileUndoManager::UiInterface
{
public:
UndoUiInterface(DolphinMainWindow* mainWin);
@@ -503,7 +503,7 @@ private:
DolphinViewContainer* m_viewContainer[SecondaryView + 1];
/// remember pending undo operations until they are finished
- QList<KonqUndoManager::CommandType> m_undoCommandTypes;
+ QList<KonqFileUndoManager::CommandType> m_undoCommandTypes;
};
inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const