diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:06:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:06:22 -0600 |
commit | c2f0acf91e008293485869d28506042978a5ab7c (patch) | |
tree | ac77c29956bf52e4ab51c1485d4eb3dc944116fb /src/main.cpp | |
parent | 5a2363c00a690dbd1c54eef9a449299cc765c86b (diff) | |
download | knutclient-c2f0acf91e008293485869d28506042978a5ab7c.tar.gz knutclient-c2f0acf91e008293485869d28506042978a5ab7c.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 001e143..f0d027d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,9 +15,9 @@ * * ***************************************************************************/ -#include <kcmdlineargs.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kapp.h> #include <kuniqueapplication.h> |