summaryrefslogtreecommitdiffstats
path: root/kkbswitch/kbswitchapp.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-18 16:27:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-18 16:27:27 +0200
commit679eaaa42746578dde4911d3a9205d4f8670ca55 (patch)
tree168d44c78dea3472648384125f2ae28b9ae5bfdf /kkbswitch/kbswitchapp.h
parent0af498ec7d2af08ea8e01b54cc29fae9975b8c91 (diff)
downloadkkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.tar.gz
kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.zip
Initial TDE conversion
Diffstat (limited to 'kkbswitch/kbswitchapp.h')
-rw-r--r--kkbswitch/kbswitchapp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h
index f59d120..b730252 100644
--- a/kkbswitch/kbswitchapp.h
+++ b/kkbswitch/kbswitchapp.h
@@ -22,8 +22,8 @@
#include <config.h>
#endif
-#include <kdeversion.h>
-#if KDE_VERSION_MAJOR >= 3
+#include <tdeversion.h>
+#if TDE_VERSION_MAJOR >= 3
#include <kuniqueapplication.h>
#else
#include <kuniqueapp.h>
@@ -72,7 +72,7 @@ private: // Private attributes
KBSwitchIntf *m_intf;
#ifndef HAVE_LIBXKLAVIER
/** Window manager interface */
- //KWinModule *m_kwin_module;
+ //KWinModule *m_twin_module;
/** Maps Window IDs to their keyboard groups */
//KBWindowMap m_window_map;
//KBWindowMap::iterator m_active_window;