summaryrefslogtreecommitdiffstats
path: root/kmail/undostack.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/undostack.h')
-rw-r--r--kmail/undostack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmail/undostack.h b/kmail/undostack.h
index 11a3a9898..d1e9408aa 100644
--- a/kmail/undostack.h
+++ b/kmail/undostack.h
@@ -41,9 +41,10 @@ public:
KMFolder *destFolder;
};
-class UndoStack : public QObject
+class UndoStack : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
UndoStack(int size);