summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/modifiedthread.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 14:25:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 14:25:02 +0900
commita162a4515bdc59f7b9cbedf216d433c67e508b06 (patch)
treed6201bcb6a1147c3fdc678efeb1e4c44629e7679 /src/svnfrontend/modifiedthread.cpp
parentff23b63144c6f8d27fbefb9c098155c769719d58 (diff)
downloadtdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.tar.gz
tdesvn-a162a4515bdc59f7b9cbedf216d433c67e508b06.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/modifiedthread.cpp')
-rw-r--r--src/svnfrontend/modifiedthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/modifiedthread.cpp b/src/svnfrontend/modifiedthread.cpp
index ca185b5..74bff8e 100644
--- a/src/svnfrontend/modifiedthread.cpp
+++ b/src/svnfrontend/modifiedthread.cpp
@@ -70,7 +70,7 @@ void CheckModifiedThread::run()
} catch (const svn::Exception&e) {
m_ContextListener->contextNotify(e.msg());
}
- TDEApplication*k = TDEApplication::kApplication();
+ TDEApplication*k = tdeApp;
if (k) {
TQCustomEvent*ev = new TQCustomEvent(EVENT_THREAD_FINISHED);
ev->setData((void*)this);