diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
commit | 508a49f9ef02a7b03411c8e9953ba79c99b91c0c (patch) | |
tree | 1df40da8f05d010a3e175c3d48e3529cccf2e067 /kbabel/kbabeldict/modules/tmx | |
parent | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (diff) | |
download | tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.tar.gz tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx')
4 files changed, 5 insertions, 5 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp index 3e3a0d9c..6a522d4c 100644 --- a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp +++ b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp @@ -32,7 +32,7 @@ **************************************************************************** */ -#include <klocale.h> +#include <tdelocale.h> #include <kinstance.h> #include <tdeaboutdata.h> #include <kdebug.h> diff --git a/kbabel/kbabeldict/modules/tmx/preferenceswidget.cpp b/kbabel/kbabeldict/modules/tmx/preferenceswidget.cpp index eeeb53c0..163f48e2 100644 --- a/kbabel/kbabeldict/modules/tmx/preferenceswidget.cpp +++ b/kbabel/kbabeldict/modules/tmx/preferenceswidget.cpp @@ -40,7 +40,7 @@ #include <tqpushbutton.h> #include <tqwhatsthis.h> #include <klineedit.h> -#include <klocale.h> +#include <tdelocale.h> #include <kurlrequester.h> #include "preferenceswidget.h" diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp index 46232e43..1a056c55 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp @@ -32,12 +32,12 @@ your version. **************************************************************************** */ -#include <klocale.h> +#include <tdelocale.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> #include <kstaticdeleter.h> #include <kdebug.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kinstance.h> #include <tdeio/netaccess.h> diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp index 11596183..17a9ec15 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp @@ -42,7 +42,7 @@ #include <tdeapplication.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeio/netaccess.h> using namespace KBabel; |