diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:48 -0600 |
commit | 86aa055b2351aa71ba2c83e0447eaccf06e29718 (patch) | |
tree | b7c97baf51f8367e761e67fe2efeb4bcd8286a98 /tderadio3/plugins/gui-error-log/errorlog.cpp | |
parent | cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4 (diff) | |
download | tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.tar.gz tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/gui-error-log/errorlog.cpp')
-rw-r--r-- | tderadio3/plugins/gui-error-log/errorlog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderadio3/plugins/gui-error-log/errorlog.cpp b/tderadio3/plugins/gui-error-log/errorlog.cpp index 1ee9a3f..1a243e0 100644 --- a/tderadio3/plugins/gui-error-log/errorlog.cpp +++ b/tderadio3/plugins/gui-error-log/errorlog.cpp @@ -21,12 +21,12 @@ #include <tqdatetime.h> #include <tqlayout.h> -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <tqtextedit.h> #include <tdefiledialog.h> #include <kurl.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tdeio/netaccess.h> #define PAGE_ID_INFO 0 |