From c28c72619cef1edaf6ca732d293b321f5ac220e5 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 17 Dec 2006 11:52:26 +0000 Subject: Reanimated cut-, copy- and paste- functionality as preparation for moving to KonqUndoManager. svn path=/trunk/playground/utils/dolphin/; revision=614325 --- src/undomanager.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/undomanager.h') diff --git a/src/undomanager.h b/src/undomanager.h index c3cfda56e..baed41947 100644 --- a/src/undomanager.h +++ b/src/undomanager.h @@ -21,9 +21,10 @@ #ifndef UNDOMANAGER_H #define UNDOMANAGER_H -#include +#include #include -#include +#include + #include #include @@ -127,7 +128,7 @@ public slots: /** * Performs a redo operation on the last command where an undo * operation has been applied. - * + * * @param mainwindow The mainwindow where to show progress */ void redo(DolphinMainWindow* mainwindow); @@ -182,7 +183,7 @@ private: bool m_recordMacro; int m_historyIndex; int m_macroCounter; - Q3ValueList m_history; + QList m_history; /** * Dependent from the current history index \a m_historyIndex -- cgit v1.3.1