diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:06:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:06:20 -0600 |
commit | 876d8b2b84c183c7e78c691bdaee9da3bb319ba2 (patch) | |
tree | 31a0092ac1e05688b5adeca3521824d319ef3bba /src/main.cpp | |
parent | 7d0208ea7d9f559f556b7c468ddd24d0fe976a5b (diff) | |
download | knowit-876d8b2b84c183c7e78c691bdaee9da3bb319ba2.tar.gz knowit-876d8b2b84c183c7e78c691bdaee9da3bb319ba2.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 dcb74e5..624c144 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "knowit.h" #include "knowitapp.h" |