diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:04:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:04:18 -0600 |
commit | 700e8c698d426535616a84c51fb73265b252614c (patch) | |
tree | a3f88b5cee3c4a5a70b537ec4f9b2f8722641a51 /src/main.cpp | |
parent | 4d0a292856df54f77406ac54195ad87581a5dfcf (diff) | |
download | k9copy-700e8c698d426535616a84c51fb73265b252614c.tar.gz k9copy-700e8c698d426535616a84c51fb73265b252614c.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index e179f05..17302b7 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,9 +19,9 @@ ***************************************************************************/ #include "k9common.h" #include "k9play.h" -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include "ac.h" #include "k9copy.h" |