summaryrefslogtreecommitdiffstats
path: root/karm/desktoptracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/desktoptracker.h')
-rw-r--r--karm/desktoptracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/desktoptracker.h b/karm/desktoptracker.h
index fee7a026..a0377b68 100644
--- a/karm/desktoptracker.h
+++ b/karm/desktoptracker.h
@@ -25,7 +25,7 @@ class DesktopTracker: public QObject
public:
DesktopTracker();
void printTrackers();
- QString startTracking();
+ TQString startTracking();
void registerForDesktops( Task* task, DesktopList dl );
int desktopCount() const { return _desktopCount; };
@@ -39,7 +39,7 @@ class DesktopTracker: public QObject
int _previousDesktop;
int _desktopCount;
int _desktop;
- QTimer *_timer;
+ TQTimer *_timer;
signals:
void reachedtActiveDesktop( Task* task );