summaryrefslogtreecommitdiffstats
path: root/kiosktool/screensaverComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/screensaverComponent.h')
-rw-r--r--kiosktool/screensaverComponent.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kiosktool/screensaverComponent.h b/kiosktool/screensaverComponent.h
index fd60047..5e62a81 100644
--- a/kiosktool/screensaverComponent.h
+++ b/kiosktool/screensaverComponent.h
@@ -21,13 +21,14 @@
#include "component.h"
-#include <qtimer.h>
+#include <tqtimer.h>
class ScreenSaverComponent: public Component
{
Q_OBJECT
+ TQ_OBJECT
public:
- ScreenSaverComponent( QObject *parent = 0);
+ ScreenSaverComponent( TQObject *parent = 0);
virtual ~ScreenSaverComponent();
public slots:
@@ -35,7 +36,7 @@ public slots:
virtual void slotPreviewStarted();
private:
- QTimer m_timer;
+ TQTimer m_timer;
};
#endif