diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:11:13 -0600 |
commit | aa327aa7804520a6f97a449e1b11d5a8be2f7826 (patch) | |
tree | 741f7d49c3fcd2038efea9821775cbff3ef1507e | |
parent | dcc09c73330e30dd837650768ce47d30bdabf2cd (diff) | |
download | wlassistant-aa327aa7804520a6f97a449e1b11d5a8be2f7826.tar.gz wlassistant-aa327aa7804520a6f97a449e1b11d5a8be2f7826.zip |
Rename common header files for consistency with class renaming
-rw-r--r-- | src/main.cpp | 6 | ||||
-rw-r--r-- | src/wlassistant.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3677f09..b5986f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,9 +21,9 @@ #include "wlassistant.h" -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> static const char description[] = diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp index 2187bde..b57df66 100644 --- a/src/wlassistant.cpp +++ b/src/wlassistant.cpp @@ -41,7 +41,7 @@ #include <kpushbutton.h> #include <kcombobox.h> #include <tdelistview.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kiconloader.h> #include <kmessagebox.h> #include <tdepopupmenu.h> |