diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:40 -0600 |
commit | 1ee1742b2942d16b8f3579d61adc6c1f9f25e2e8 (patch) | |
tree | 858d17a847f59e4ae0263e8434b2b6dd908d67a4 /src/suspenddialog.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/suspenddialog.cpp')
-rw-r--r-- | src/suspenddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/suspenddialog.cpp b/src/suspenddialog.cpp index ac05c4b..26469da 100644 --- a/src/suspenddialog.cpp +++ b/src/suspenddialog.cpp @@ -25,7 +25,7 @@ */ // KDE - Headers - #include <klocale.h> + #include <tdelocale.h> #include <kiconloader.h> // QT - Headers |