summaryrefslogtreecommitdiffstats
path: root/kkbswitch/kbswitchapp.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-18 16:22:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-18 16:22:39 +0200
commit0af498ec7d2af08ea8e01b54cc29fae9975b8c91 (patch)
tree4803270143afa7788a254b7791da7bd605a661a3 /kkbswitch/kbswitchapp.h
parent43e0b376e766d90e825697d0aa419c41007324a6 (diff)
downloadkkbswitch-0af498ec7d2af08ea8e01b54cc29fae9975b8c91.tar.gz
kkbswitch-0af498ec7d2af08ea8e01b54cc29fae9975b8c91.zip
Initial TQt conversion
Diffstat (limited to 'kkbswitch/kbswitchapp.h')
-rw-r--r--kkbswitch/kbswitchapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h
index d08147d..f59d120 100644
--- a/kkbswitch/kbswitchapp.h
+++ b/kkbswitch/kbswitchapp.h
@@ -29,7 +29,7 @@
#include <kuniqueapp.h>
#endif
-//#include <qmap.h>
+//#include <ntqmap.h>
#include "kbgroup.h"
#include "kbswitchtrayicon.h"
@@ -45,7 +45,7 @@ typedef struct _KBWinInfo {
int next_groupno;
} KBWinInfo;
-typedef QMap<WId, KBWinInfo> KBWindowMap;*/
+typedef TQMap<WId, KBWinInfo> KBWindowMap;*/
/**
*@author Leonid Zeitlin