diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
commit | 6915c95d7c4a42d19ebbec3c87c1e308b20ec272 (patch) | |
tree | 027fb6e879e17c2d65cbea9eab5c9da028618972 /noatun/modules/metatag | |
parent | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (diff) | |
download | tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.tar.gz tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'noatun/modules/metatag')
-rw-r--r-- | noatun/modules/metatag/edit.cpp | 2 | ||||
-rw-r--r-- | noatun/modules/metatag/metatag.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/metatag/edit.cpp b/noatun/modules/metatag/edit.cpp index c354e96e..e520320c 100644 --- a/noatun/modules/metatag/edit.cpp +++ b/noatun/modules/metatag/edit.cpp @@ -1,4 +1,4 @@ -#include <klocale.h> +#include <tdelocale.h> #include <tqlayout.h> #include <klineedit.h> #include <tqlabel.h> diff --git a/noatun/modules/metatag/metatag.cpp b/noatun/modules/metatag/metatag.cpp index c6fc8f92..801ddf0f 100644 --- a/noatun/modules/metatag/metatag.cpp +++ b/noatun/modules/metatag/metatag.cpp @@ -12,9 +12,9 @@ #include <tqlayout.h> #include <tqregexp.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaction.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <klineedit.h> #include <tdeconfig.h> #include <tdeaction.h> |