diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:08:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:08:46 -0600 |
commit | 561519250e7fc0bf78e8d887188e742075d083d1 (patch) | |
tree | b54b4eb577b0e1990a35697429f88587c429676d /src/kpowersave.cpp | |
parent | 7050d747f4f5c460d3b6b8d367bac17801524631 (diff) | |
download | tdepowersave-561519250e7fc0bf78e8d887188e742075d083d1.tar.gz tdepowersave-561519250e7fc0bf78e8d887188e742075d083d1.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/kpowersave.cpp')
-rw-r--r-- | src/kpowersave.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kpowersave.cpp b/src/kpowersave.cpp index e84fc16..b8a179e 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> |