summaryrefslogtreecommitdiffstats
path: root/blinken/src/blinkengame.h
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/blinkengame.h')
-rw-r--r--blinken/src/blinkengame.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/blinken/src/blinkengame.h b/blinken/src/blinkengame.h
index 7a0f2941..23feffae 100644
--- a/blinken/src/blinkengame.h
+++ b/blinken/src/blinkengame.h
@@ -10,8 +10,8 @@
#ifndef BLINKENGAME_H
#define BLINKENGAME_H
-#include <qobject.h>
-#include <qvaluelist.h>
+#include <tqobject.h>
+#include <tqvaluelist.h>
class QTimer;
@@ -62,11 +62,11 @@ Q_OBJECT
int m_level;
int m_sequenceLength;
- QTimer *m_waitTimer;
+ TQTimer *m_waitTimer;
artsPlayer *m_artsPlayer;
- QValueList<color> m_sequence;
- QValueList<color>::const_iterator m_nextColor;
+ TQValueList<color> m_sequence;
+ TQValueList<color>::const_iterator m_nextColor;
};
#endif