diff options
Diffstat (limited to 'kcontrol/keys/keyconfig.cpp')
-rw-r--r-- | kcontrol/keys/keyconfig.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/keys/keyconfig.cpp b/kcontrol/keys/keyconfig.cpp index 90fa59f82..b0eaf1305 100644 --- a/kcontrol/keys/keyconfig.cpp +++ b/kcontrol/keys/keyconfig.cpp @@ -206,12 +206,12 @@ void KKeyModule::load() kc->commitChanges(); actions.writeActions( KeySet, 0, true, true ); if ( KeyType == "global" ) { - if ( !kapp->dcopClient()->isAttached() ) - kapp->dcopClient()->attach(); + if ( !tdeApp->dcopClient()->isAttached() ) + tdeApp->dcopClient()->attach(); // TODO: create a reconfigureKeys() method. - kapp->dcopClient()->send("twin", "", "reconfigure()", ""); - kapp->dcopClient()->send("kdesktop", "", "configure()", ""); - kapp->dcopClient()->send("kicker", "Panel", "configure()", ""); + tdeApp->dcopClient()->send("twin", "", "reconfigure()", ""); + tdeApp->dcopClient()->send("kdesktop", "", "configure()", ""); + tdeApp->dcopClient()->send("kicker", "Panel", "configure()", ""); } }*/ |