summaryrefslogtreecommitdiffstats
path: root/karbon/commands/vcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/commands/vcommand.h')
-rw-r--r--karbon/commands/vcommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/commands/vcommand.h b/karbon/commands/vcommand.h
index 1dbf8804..e15e8cf8 100644
--- a/karbon/commands/vcommand.h
+++ b/karbon/commands/vcommand.h
@@ -31,7 +31,7 @@
class VDocument;
class KarbonPart;
-class KAction;
+class TDEAction;
/**
* The base class for all karbon commands.
@@ -309,8 +309,8 @@ private:
KarbonPart *m_part;
unsigned int m_undoLimit;
unsigned int m_redoLimit;
- KAction *m_undo;
- KAction *m_redo;
+ TDEAction *m_undo;
+ TDEAction *m_redo;
TQPtrList<VCommand> m_commands;
int m_savedPos;
};