summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros')
-rw-r--r--kexi/plugins/macros/kexiactions/datatableaction.cpp2
-rw-r--r--kexi/plugins/macros/kexiactions/executeaction.cpp2
-rw-r--r--kexi/plugins/macros/kexiactions/messageaction.cpp4
-rw-r--r--kexi/plugins/macros/kexiactions/navigateaction.cpp2
-rw-r--r--kexi/plugins/macros/kexiactions/objectnamevariable.h2
-rw-r--r--kexi/plugins/macros/kexiactions/objectvariable.h2
-rw-r--r--kexi/plugins/macros/kexiactions/openaction.cpp2
-rw-r--r--kexi/plugins/macros/kexipart/keximacroerror.h4
-rw-r--r--kexi/plugins/macros/kexipart/keximacroproperty.cpp2
-rw-r--r--kexi/plugins/macros/tests/komacrotest.cpp2
-rw-r--r--kexi/plugins/macros/tests/komacrotestgui.cpp2
-rw-r--r--kexi/plugins/macros/tests/testaction.cpp2
12 files changed, 14 insertions, 14 deletions
diff --git a/kexi/plugins/macros/kexiactions/datatableaction.cpp b/kexi/plugins/macros/kexiactions/datatableaction.cpp
index 4e211a53..6fa700c4 100644
--- a/kexi/plugins/macros/kexiactions/datatableaction.cpp
+++ b/kexi/plugins/macros/kexiactions/datatableaction.cpp
@@ -27,7 +27,7 @@
#include <core/keximainwindow.h>
#include <core/kexiinternalpart.h>
-#include <klocale.h>
+#include <tdelocale.h>
using namespace KexiMacro;
diff --git a/kexi/plugins/macros/kexiactions/executeaction.cpp b/kexi/plugins/macros/kexiactions/executeaction.cpp
index 7383b9a8..f34ca89c 100644
--- a/kexi/plugins/macros/kexiactions/executeaction.cpp
+++ b/kexi/plugins/macros/kexiactions/executeaction.cpp
@@ -27,7 +27,7 @@
#include <core/kexipart.h>
#include <core/keximainwindow.h>
-#include <klocale.h>
+#include <tdelocale.h>
using namespace KexiMacro;
diff --git a/kexi/plugins/macros/kexiactions/messageaction.cpp b/kexi/plugins/macros/kexiactions/messageaction.cpp
index f421abb5..bb588dee 100644
--- a/kexi/plugins/macros/kexiactions/messageaction.cpp
+++ b/kexi/plugins/macros/kexiactions/messageaction.cpp
@@ -22,8 +22,8 @@
#include <core/keximainwindow.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kdebug.h>
using namespace KexiMacro;
diff --git a/kexi/plugins/macros/kexiactions/navigateaction.cpp b/kexi/plugins/macros/kexiactions/navigateaction.cpp
index 336039ae..5f10bd1a 100644
--- a/kexi/plugins/macros/kexiactions/navigateaction.cpp
+++ b/kexi/plugins/macros/kexiactions/navigateaction.cpp
@@ -31,7 +31,7 @@
#include <widget/kexidataawareview.h>
#include <widget/tableview/kexidataawareobjectiface.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
using namespace KexiMacro;
diff --git a/kexi/plugins/macros/kexiactions/objectnamevariable.h b/kexi/plugins/macros/kexiactions/objectnamevariable.h
index 03545f69..da94c8c5 100644
--- a/kexi/plugins/macros/kexiactions/objectnamevariable.h
+++ b/kexi/plugins/macros/kexiactions/objectnamevariable.h
@@ -30,7 +30,7 @@
#include <core/kexipartmanager.h>
#include <core/kexipartinfo.h>
-#include <klocale.h>
+#include <tdelocale.h>
namespace KexiMacro {
diff --git a/kexi/plugins/macros/kexiactions/objectvariable.h b/kexi/plugins/macros/kexiactions/objectvariable.h
index 65def3aa..0fb2dd4d 100644
--- a/kexi/plugins/macros/kexiactions/objectvariable.h
+++ b/kexi/plugins/macros/kexiactions/objectvariable.h
@@ -31,7 +31,7 @@
#include <core/kexipartmanager.h>
#include <core/kexipartinfo.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
namespace KexiMacro {
diff --git a/kexi/plugins/macros/kexiactions/openaction.cpp b/kexi/plugins/macros/kexiactions/openaction.cpp
index f5206ff5..0a41b644 100644
--- a/kexi/plugins/macros/kexiactions/openaction.cpp
+++ b/kexi/plugins/macros/kexiactions/openaction.cpp
@@ -27,7 +27,7 @@
#include <core/kexipart.h>
#include <core/keximainwindow.h>
-#include <klocale.h>
+#include <tdelocale.h>
using namespace KexiMacro;
diff --git a/kexi/plugins/macros/kexipart/keximacroerror.h b/kexi/plugins/macros/kexipart/keximacroerror.h
index 6a9d2964..a953f0d9 100644
--- a/kexi/plugins/macros/kexipart/keximacroerror.h
+++ b/kexi/plugins/macros/kexipart/keximacroerror.h
@@ -27,9 +27,9 @@
#include <tqpushbutton.h>
#include <tdelistview.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kdebug.h>
#include "../lib/context.h"
diff --git a/kexi/plugins/macros/kexipart/keximacroproperty.cpp b/kexi/plugins/macros/kexipart/keximacroproperty.cpp
index 07c8f8e1..c87cb5b4 100644
--- a/kexi/plugins/macros/kexipart/keximacroproperty.cpp
+++ b/kexi/plugins/macros/kexipart/keximacroproperty.cpp
@@ -24,7 +24,7 @@
#include <kcombobox.h>
#include <kpushbutton.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
#include <kdebug.h>
diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp
index c1754ef3..f05f8290 100644
--- a/kexi/plugins/macros/tests/komacrotest.cpp
+++ b/kexi/plugins/macros/tests/komacrotest.cpp
@@ -19,7 +19,7 @@
#include <tdeaboutdata.h>
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeunittest/runner.h>
static const char description[] =
diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp
index f0bc50c1..ea4bbb9c 100644
--- a/kexi/plugins/macros/tests/komacrotestgui.cpp
+++ b/kexi/plugins/macros/tests/komacrotestgui.cpp
@@ -19,7 +19,7 @@
#include <tdeaboutdata.h>
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "tdeunittest/runnergui.h"
diff --git a/kexi/plugins/macros/tests/testaction.cpp b/kexi/plugins/macros/tests/testaction.cpp
index 4e7bb67b..3e4d2816 100644
--- a/kexi/plugins/macros/tests/testaction.cpp
+++ b/kexi/plugins/macros/tests/testaction.cpp
@@ -25,7 +25,7 @@
#include "../lib/macroitem.h"
#include "../lib/variable.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
using namespace KoMacroTest;