diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:04 -0600 |
commit | af1081c62ff7678846c133304e99aac3411ec707 (patch) | |
tree | 61dce7b0fcd39c741cb5a774e5f86371212fdd4c | |
parent | 62a3bca195c077e22b526e12be2c3afaf0fbba10 (diff) | |
download | kerberostray-af1081c62ff7678846c133304e99aac3411ec707.tar.gz kerberostray-af1081c62ff7678846c133304e99aac3411ec707.zip |
Rename common header files for consistency with class renaming
-rw-r--r-- | src/main.cpp | 4 | ||||
-rw-r--r-- | src/toplevel.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2f8096f..ec70fc1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,8 +20,8 @@ #include <twin.h> #include <kstartupinfo.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include "toplevel.h" diff --git a/src/toplevel.h b/src/toplevel.h index 6e1be42..640b937 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -21,7 +21,7 @@ #ifndef TOPLEVEL_H #define TOPLEVEL_H -#include <kapplication.h> +#include <tdeapplication.h> #include <tqpopupmenu.h> #include <tqtimer.h> #include <tqlineedit.h> |