diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:05:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:05:59 -0600 |
commit | e6f3eb4234a6cb4210a21953f304fa1770421c9f (patch) | |
tree | 1b8d9c698d53da70d3b11c4ec4a0cee33cbfa0b6 /kmymoney2/kmymoneytest.cpp | |
parent | b614db5b251074c1c02567489e06ddb609ea517e (diff) | |
download | kmymoney-e6f3eb4234a6cb4210a21953f304fa1770421c9f.tar.gz kmymoney-e6f3eb4234a6cb4210a21953f304fa1770421c9f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kmymoney2/kmymoneytest.cpp')
-rw-r--r-- | kmymoney2/kmymoneytest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp index c7ca248..5c746ee 100644 --- a/kmymoney2/kmymoneytest.cpp +++ b/kmymoney2/kmymoneytest.cpp @@ -25,8 +25,8 @@ #ifdef HAVE_LIBCPPUNIT -#include <kcmdlineargs.h> -#include <kapplication.h> +#include <tdecmdlineargs.h> +#include <tdeapplication.h> #include "cppunit/TextTestRunner.h" #include "cppunit/TextTestResult.h" |