summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-21 17:20:59 +0900
committerMichele Calgaro <[email protected]>2025-02-03 22:34:45 +0900
commitec22c2282ace350a2bbdee997eae1d7b616767a9 (patch)
tree0a8e611b48fd06397440afd56f40f61768f27e9d /plugins/webinterface
parent882489444d6c12503454e73bb8e53fe3215c0619 (diff)
downloadktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.tar.gz
ktorrent-ec22c2282ace350a2bbdee997eae1d7b616767a9.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/webinterface')
-rw-r--r--plugins/webinterface/httpserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webinterface/httpserver.cpp b/plugins/webinterface/httpserver.cpp
index 292ecc8..f0cfefd 100644
--- a/plugins/webinterface/httpserver.cpp
+++ b/plugins/webinterface/httpserver.cpp
@@ -381,7 +381,7 @@ namespace kt
{
// first send back login page
redirectToLoginPage(hdlr);
- TQTimer::singleShot(1000,kapp,TQ_SLOT(quit()));
+ TQTimer::singleShot(1000,tdeApp,TQ_SLOT(quit()));
}
else if (redirect)
{