diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:01 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:01 -0600 |
| commit | 13e480c92e41a25f2ff3e3a13062e57f183e19ed (patch) | |
| tree | 67cebab2a1f5799accb319b2a9417834386245b8 /src/svnfrontend/fillcachethread.cpp | |
| parent | 02559f83195e0d7f87b88328d10cd0a1e8c57f35 (diff) | |
| download | tdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.tar.gz tdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.zip | |
Rename common header files for consistency with class renaming
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 9f00cdc..e6904ac 100644 --- a/src/svnfrontend/fillcachethread.cpp +++ b/src/svnfrontend/fillcachethread.cpp @@ -27,7 +27,7 @@ #include <tqobject.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> FillCacheThread::FillCacheThread(TQObject*_parent,const TQString&reposRoot) |
