summaryrefslogtreecommitdiffstats
path: root/kded/kde-menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kded/kde-menu.cpp')
-rw-r--r--kded/kde-menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp
index 7c73fb226..5c1a38b4d 100644
--- a/kded/kde-menu.cpp
+++ b/kded/kde-menu.cpp
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
if (!DCOPRef(_launcher, _launcher).call("tdeinit_exec_wait", command, args).isValid())
{
tqWarning("Can't talk to klauncher!");
- command = KGlobal::dirs()->findExe(command);
+ command = TDEGlobal::dirs()->findExe(command);
command += " " + args.join(" ");
system(command.local8Bit());
}