diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:43 -0600 |
commit | d653e7b98cdc89f782013e08b390c52fa9b74796 (patch) | |
tree | ccd52f534be01e86ea23a9888edbb8ece2800b44 /src | |
parent | aa2263422ee9bed29a263914b59b0b8735e75375 (diff) | |
download | kpowersave-d653e7b98cdc89f782013e08b390c52fa9b74796.tar.gz kpowersave-d653e7b98cdc89f782013e08b390c52fa9b74796.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src')
-rw-r--r-- | src/kpowersave.cpp | 4 | ||||
-rw-r--r-- | src/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kpowersave.cpp b/src/kpowersave.cpp index 228c502..1128534 100644 --- a/src/kpowersave.cpp +++ b/src/kpowersave.cpp @@ -20,8 +20,8 @@ ***************************************************************************/ // KDE headers: -#include <kaboutapplication.h> -#include <kapplication.h> +#include <tdeaboutapplication.h> +#include <tdeapplication.h> #include <kaudioplayer.h> #include <tdeconfig.h> #include <kiconloader.h> diff --git a/src/main.cpp b/src/main.cpp index e30796a..35a0852 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,8 +21,8 @@ #include "kpowersave.h" #include <kuniqueapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kiconloader.h> |