diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:59:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:59:58 -0600 |
commit | f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b (patch) | |
tree | 01c81e847142fa105954bd829c66706747e6adc7 /kweather/kcmweather.cpp | |
parent | a002e0879f1ee9759db789bde6d9f1cf9b99ea44 (diff) | |
download | tdetoys-f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b.tar.gz tdetoys-f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kweather/kcmweather.cpp')
-rw-r--r-- | kweather/kcmweather.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp index 366a346..9251737 100644 --- a/kweather/kcmweather.cpp +++ b/kweather/kcmweather.cpp @@ -30,7 +30,7 @@ #include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <kurlrequester.h> #include <kcombobox.h> #include <kcolorbutton.h> |