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/main.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/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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> |