diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:22 -0600 |
commit | 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch) | |
tree | cac6b9814cc96ab1755111ea14e40057700ce066 /wifi/main.cpp | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'wifi/main.cpp')
-rw-r--r-- | wifi/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wifi/main.cpp b/wifi/main.cpp index b533f5b3..c705185f 100644 --- a/wifi/main.cpp +++ b/wifi/main.cpp @@ -15,10 +15,10 @@ * * ***************************************************************************/ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "kwifimanager.h" #ifndef VERSION |