summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/recentapps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/recentapps.cpp')
-rw-r--r--kicker/kicker/ui/recentapps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/recentapps.cpp b/kicker/kicker/ui/recentapps.cpp
index 473b0cdf2..6e3802fe0 100644
--- a/kicker/kicker/ui/recentapps.cpp
+++ b/kicker/kicker/ui/recentapps.cpp
@@ -112,7 +112,7 @@ void RecentlyLaunchedApps::appLaunched(const TQString& strApp)
TQByteArray params;
TQDataStream stream(params, IO_WriteOnly);
stream << launchDCOPSignalSource() << strApp;
- KApplication::kApplication()->dcopClient()->emitDCOPSignal("appLauncher",
+ TDEApplication::kApplication()->dcopClient()->emitDCOPSignal("appLauncher",
"serviceStartedByStorageId(TQString,TQString)", params);
for (TQValueList<RecentlyLaunchedAppInfo>::iterator it = m_appInfos.begin();