summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/ktorrent/ktorrentapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/ktorrentapp.cpp b/apps/ktorrent/ktorrentapp.cpp
index 4e3c88e..8b9cd77 100644
--- a/apps/ktorrent/ktorrentapp.cpp
+++ b/apps/ktorrent/ktorrentapp.cpp
@@ -59,7 +59,7 @@ int KTorrentApp::newInstance()
setMainWidget(widget);
}
else
- KStartupInfo::setNewStartupId( mainWidget(), kapp->startupId());
+ TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId());
KTorrent *widget = ::tqqt_cast<KTorrent*>( mainWidget() );