summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/ktorrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/ktorrent.cpp')
-rw-r--r--apps/ktorrent/ktorrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/ktorrent.cpp b/apps/ktorrent/ktorrent.cpp
index 34368e6..c4e29fc 100644
--- a/apps/ktorrent/ktorrent.cpp
+++ b/apps/ktorrent/ktorrent.cpp
@@ -582,7 +582,7 @@ void KTorrent::setupActions()
bool KTorrent::queryClose()
{
- if (Settings::showSystemTrayIcon() && !KApplication::kApplication()->sessionSaving())
+ if (Settings::showSystemTrayIcon() && !TDEApplication::kApplication()->sessionSaving())
{
hide();
return false;