diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:52 -0600 |
commit | c74fd6afe8652ad52f51f1932e65c3c3bc605b67 (patch) | |
tree | 076e1240b0a9097dd42386f7b1de65753ec89bb4 /src/main.cpp | |
parent | dbd69e9d183058a8fc8817788218222f3bb91740 (diff) | |
download | kvkbd-c74fd6afe8652ad52f51f1932e65c3c3bc605b67.tar.gz kvkbd-c74fd6afe8652ad52f51f1932e65c3c3bc605b67.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b4e4f49..ee07e74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,8 +20,8 @@ -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kuniqueapplication.h> |