From a162a4515bdc59f7b9cbedf216d433c67e508b06 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 14:25:02 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/svnfrontend/fillcachethread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnfrontend/fillcachethread.cpp') diff --git a/src/svnfrontend/fillcachethread.cpp b/src/svnfrontend/fillcachethread.cpp index 5958928..574c808 100644 --- a/src/svnfrontend/fillcachethread.cpp +++ b/src/svnfrontend/fillcachethread.cpp @@ -68,7 +68,7 @@ void FillCacheThread::run() TQString ex; svn::cache::ReposLog rl(m_Svnclient,m_what); bool breakit=false; - TDEApplication*k = TDEApplication::kApplication(); + TDEApplication*k = tdeApp; try { svn::Revision latestCache = rl.latestCachedRev(); svn::Revision Head = rl.latestHeadRev(); -- cgit v1.2.3