diff options
| -rw-r--r-- | kxkb/extension.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxkb/extension.cpp b/kxkb/extension.cpp index bbd9b206c..e550dac5e 100644 --- a/kxkb/extension.cpp +++ b/kxkb/extension.cpp @@ -259,7 +259,7 @@ uint XKBExtension::getGroup() const bool XKBExtension::kcmlayoutRunning() { - return kApp->dcopClient()->isApplicationRegistered("TDECModuleProxy-keyboard_layout"); + return kapp->dcopClient()->isApplicationRegistered("TDECModuleProxy-keyboard_layout"); } // Examines an X Event passed to it and takes actions if the event is of |
