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 /kworldwatch/mapwidget.cpp | |
parent | a002e0879f1ee9759db789bde6d9f1cf9b99ea44 (diff) | |
download | tdetoys-f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b.tar.gz tdetoys-f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kworldwatch/mapwidget.cpp')
-rw-r--r-- | kworldwatch/mapwidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kworldwatch/mapwidget.cpp b/kworldwatch/mapwidget.cpp index 4812a97..5acc5ce 100644 --- a/kworldwatch/mapwidget.cpp +++ b/kworldwatch/mapwidget.cpp @@ -39,10 +39,10 @@ #include <tdecmdlineargs.h> #include <kcolordialog.h> #include <tdeconfig.h> -#include <kglobal.h> -#include <kglobalsettings.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdeglobal.h> +#include <tdeglobalsettings.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> #include <tqcursor.h> |