diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:37 -0600 |
commit | 6a66c4af129849c4253b99c24dd584948a2541c9 (patch) | |
tree | 99041c80432e189876f381a67e484c5b11dc7fd0 /src/countdowndialog.cpp | |
parent | d653e7b98cdc89f782013e08b390c52fa9b74796 (diff) | |
download | kpowersave-6a66c4af129849c4253b99c24dd584948a2541c9.tar.gz kpowersave-6a66c4af129849c4253b99c24dd584948a2541c9.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> |