summaryrefslogtreecommitdiffstats
path: root/kkbswitch/windowwatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kkbswitch/windowwatcher.h')
-rw-r--r--kkbswitch/windowwatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kkbswitch/windowwatcher.h b/kkbswitch/windowwatcher.h
index cb0c835..28e59af 100644
--- a/kkbswitch/windowwatcher.h
+++ b/kkbswitch/windowwatcher.h
@@ -22,7 +22,7 @@
#ifndef WINDOWWATCHER_H
#define WINDOWWATCHER_H
-#include <qobject.h>
+#include <ntqobject.h>
class KBConfig;
class KWinModule;
@@ -32,7 +32,7 @@ class KWinModule;
This class watches for active window changes and notifies KKBSwitch
that the keyboard group needs to be canged
*/
-class WindowWatcher : public QObject {
+class WindowWatcher : public TQObject {
Q_OBJECT
protected:
KBConfig *m_kbconf;
@@ -42,7 +42,7 @@ protected slots:
virtual void windowRemoved(WId id) = 0;
virtual void activeWindowChanged(WId id) = 0;
public:
- WindowWatcher(KBConfig *kbconf, QObject *parent = 0, const char *name = 0);
+ WindowWatcher(KBConfig *kbconf, TQObject *parent = 0, const char *name = 0);
~WindowWatcher();
virtual void changeGroup(int groupno, int next_groupno) = 0;
virtual void reset() = 0;