diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 21:45:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 21:45:40 -0600 |
commit | 7b0ae78a46b9be7342c9366e99c8956a61395733 (patch) | |
tree | 2e15eb58d54d52887dd6e899360711db26b538bb | |
parent | 09fb5ff6fee0ae01cfb2e8e5ee018bf7ba2dfe73 (diff) | |
download | ktorrent-7b0ae78a46b9be7342c9366e99c8956a61395733.tar.gz ktorrent-7b0ae78a46b9be7342c9366e99c8956a61395733.zip |
Rename KStartup for enhanced compatibility with KDE4
-rw-r--r-- | apps/ktorrent/ktorrentapp.cpp | 2 |
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() ); |