summaryrefslogtreecommitdiffstats
path: root/libkdegames/kgame/kgamesequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdegames/kgame/kgamesequence.h')
-rw-r--r--libkdegames/kgame/kgamesequence.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkdegames/kgame/kgamesequence.h b/libkdegames/kgame/kgamesequence.h
index 19699d6b..8047c642 100644
--- a/libkdegames/kgame/kgamesequence.h
+++ b/libkdegames/kgame/kgamesequence.h
@@ -39,9 +39,10 @@ class KGame;
* @short Round/move management class
* @author Andreas Beckermann <b_mann@gmx.de>
**/
-class KGameSequence : public QObject
+class KGameSequence : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
KGameSequence();
virtual ~KGameSequence();