summaryrefslogtreecommitdiffstats
path: root/blinken/src/artsplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/artsplayer.h')
-rw-r--r--blinken/src/artsplayer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/blinken/src/artsplayer.h b/blinken/src/artsplayer.h
index d502ddbd..5668fc6c 100644
--- a/blinken/src/artsplayer.h
+++ b/blinken/src/artsplayer.h
@@ -28,7 +28,7 @@ namespace KDE
#include <arts/kplayobjectfactory.h>
#endif
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
#include "blinkengame.h"
@@ -51,11 +51,11 @@ Q_OBJECT
void checkEnded();
private:
- QValueList<blinkenGame::color> m_nextSounds;
+ TQValueList<blinkenGame::color> m_nextSounds;
- QString m_greenPath, m_redPath, m_bluePath, m_yellowPath, m_allPath;
+ TQString m_greenPath, m_redPath, m_bluePath, m_yellowPath, m_allPath;
- QTimer *m_endChecker;
+ TQTimer *m_endChecker;
KArtsDispatcher *m_dispatcher;
KArtsServer *m_server;