diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:58 -0600 |
commit | f58c83bd2a477e1f70d9fc0c9e2dae42803dbd2b (patch) | |
tree | 01c81e847142fa105954bd829c66706747e6adc7 /kweather/weatherlib.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/weatherlib.cpp')
-rw-r--r-- | kweather/weatherlib.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp index c4c5128..95e12b3 100644 --- a/kweather/weatherlib.cpp +++ b/kweather/weatherlib.cpp @@ -22,15 +22,15 @@ email : geiseri@msoe.edu #include <tqfile.h> #include <tqdatetime.h> #include <tqtextstream.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kdebug.h> #include <math.h> #include <krfcdate.h> #include <tdeio/job.h> #include <kurl.h> #include <knotifyclient.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <unistd.h> #include <tdeapplication.h> #include <kpassivepopup.h> |