diff options
Diffstat (limited to 'konqueror/client')
-rw-r--r-- | konqueror/client/kfmclient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/client/kfmclient.cpp b/konqueror/client/kfmclient.cpp index 9bf5a746a..50f79fe64 100644 --- a/konqueror/client/kfmclient.cpp +++ b/konqueror/client/kfmclient.cpp @@ -454,7 +454,7 @@ bool clientApp::doIt() } TQCString command = args->arg(0); - // read ASN env. variable for non-KApp cases + // read ASN env. variable for non-TDEApp cases startup_id_str = TDEStartupInfo::currentStartupIdEnv().id(); if ( command == "openURL" || command == "newTab" ) @@ -619,7 +619,7 @@ bool clientApp::doIt() { checkArgumentCount(argc, 1, 1); TQByteArray data; - kapp->dcopClient()->send( "*", "KonqMainViewIface", "reparseConfiguration()", data ); + tdeApp->dcopClient()->send( "*", "KonqMainViewIface", "reparseConfiguration()", data ); // Warning. In case something is added/changed here, keep kcontrol/konq/main.cpp in sync. } else if ( command == "configureDesktop" ) |