diff options
Diffstat (limited to 'kxkb/kxkb.cpp')
-rw-r--r-- | kxkb/kxkb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp index 1d899299f..fd8db27d5 100644 --- a/kxkb/kxkb.cpp +++ b/kxkb/kxkb.cpp @@ -37,7 +37,7 @@ DESCRIPTION #include <tdeglobal.h> #include <kglobalaccel.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <twinmodule.h> #include <twin.h> #include <tdetempfile.h> @@ -62,7 +62,7 @@ DESCRIPTION KXKBApp::KXKBApp(bool allowStyles, bool GUIenabled) - : KUniqueApplication(allowStyles, GUIenabled), + : TDEUniqueApplication(allowStyles, GUIenabled), m_prevWinId(X11Helper::UNKNOWN_WINDOW_ID), m_rules(NULL), m_tray(NULL), |