diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:01:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:01:18 -0600 |
commit | 44a28c50e84c12e283887ae790607c335bb54fa6 (patch) | |
tree | 18398549d601fdce9b473d208d239c8df3c52a4a /src/svnfrontend/fillcachethread.cpp | |
parent | 201e831d6d5b086b43d9f9dba0a0ae8c74e4f2a3 (diff) | |
download | tdesvn-44a28c50e84c12e283887ae790607c335bb54fa6.tar.gz tdesvn-44a28c50e84c12e283887ae790607c335bb54fa6.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/svnfrontend/fillcachethread.cpp')
-rw-r--r-- | src/svnfrontend/fillcachethread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |