diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:56 -0600 |
commit | b2de6514213d205907e8de3dd17f8eb80d868a4f (patch) | |
tree | c9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /kruler | |
parent | 45733bf02969d683d06440a615a6160d8d72dd42 (diff) | |
download | tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kruler')
-rw-r--r-- | kruler/klineal.h | 2 | ||||
-rw-r--r-- | kruler/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kruler/klineal.h b/kruler/klineal.h index 566bd92e..f9c7f8af 100644 --- a/kruler/klineal.h +++ b/kruler/klineal.h @@ -18,7 +18,7 @@ #ifndef KLINEAL_H #define KLINEAL_H -#include <kapplication.h> +#include <tdeapplication.h> #include <tdepopupmenu.h> #include <tdemainwindow.h> diff --git a/kruler/main.cpp b/kruler/main.cpp index 9b835be7..e7165eb2 100644 --- a/kruler/main.cpp +++ b/kruler/main.cpp @@ -3,8 +3,8 @@ #include "config.h" #endif -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "klineal.h" |