summaryrefslogtreecommitdiffstats
path: root/kkbswitch/windowclasswatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kkbswitch/windowclasswatcher.h')
-rw-r--r--kkbswitch/windowclasswatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kkbswitch/windowclasswatcher.h b/kkbswitch/windowclasswatcher.h
index a81382e..03e6e80 100644
--- a/kkbswitch/windowclasswatcher.h
+++ b/kkbswitch/windowclasswatcher.h
@@ -31,7 +31,7 @@ This class watcher for active window changes and keeps a group per window class
@author Leonid Zeitlin
*/
class WindowClassWatcher : public WindowWatcher {
- Q_OBJECT
+ TQ_OBJECT
private:
typedef TQMap<WId, TQString> WinClassMap;
WinClassMap m_win_class_map;