diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:40 -0600 |
commit | 1ee1742b2942d16b8f3579d61adc6c1f9f25e2e8 (patch) | |
tree | 858d17a847f59e4ae0263e8434b2b6dd908d67a4 /src/infodialog.cpp | |
parent | 561519250e7fc0bf78e8d887188e742075d083d1 (diff) | |
download | tdepowersave-1ee1742b2942d16b8f3579d61adc6c1f9f25e2e8.tar.gz tdepowersave-1ee1742b2942d16b8f3579d61adc6c1f9f25e2e8.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r-- | src/infodialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infodialog.cpp b/src/infodialog.cpp index 38cd262..1205ca0 100644 --- a/src/infodialog.cpp +++ b/src/infodialog.cpp @@ -30,7 +30,7 @@ // KDE headers: #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> // QT headers: #include <tqcheckbox.h> |