diff options
Diffstat (limited to 'kkbswitch/kbswitchapp.h')
-rw-r--r-- | kkbswitch/kbswitchapp.h | 6 |
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; |