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/countdowndialog.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/countdowndialog.cpp')
-rw-r--r-- | src/countdowndialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/countdowndialog.cpp b/src/countdowndialog.cpp index edcbcb4..a3d9ac0 100644 --- a/src/countdowndialog.cpp +++ b/src/countdowndialog.cpp @@ -28,7 +28,7 @@ #include "kpowersave_debug.h" // KDE headers: -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <kprogress.h> |