summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpcommandhistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kpcommandhistory.h')
-rw-r--r--kolourpaint/kpcommandhistory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kolourpaint/kpcommandhistory.h b/kolourpaint/kpcommandhistory.h
index 13365ff9..3bca4853 100644
--- a/kolourpaint/kpcommandhistory.h
+++ b/kolourpaint/kpcommandhistory.h
@@ -34,8 +34,8 @@
#include <tqvaluelist.h>
-class KActionCollection;
-class KToolBarPopupAction;
+class TDEActionCollection;
+class TDEToolBarPopupAction;
class kpDocument;
class kpMainWindow;
@@ -136,7 +136,7 @@ Q_OBJECT
public:
- kpCommandHistoryBase (bool doReadConfig, KActionCollection *ac);
+ kpCommandHistoryBase (bool doReadConfig, TDEActionCollection *ac);
virtual ~kpCommandHistoryBase ();
public:
@@ -198,7 +198,7 @@ signals:
void documentRestored ();
protected:
- KToolBarPopupAction *m_actionUndo, *m_actionRedo;
+ TDEToolBarPopupAction *m_actionUndo, *m_actionRedo;
// (Front element is the next one)
TQValueList <kpCommand *> m_undoCommandList;