From 44a28c50e84c12e283887ae790607c335bb54fa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:18 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- 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 92c805e..9f00cdc 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; - KApplication*k = KApplication::kApplication(); + TDEApplication*k = TDEApplication::kApplication(); try { svn::Revision latestCache = rl.latestCachedRev(); svn::Revision Head = rl.latestHeadRev(); -- cgit v1.2.3