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/infodialog.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/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> |