summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/tests
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/tests')
-rw-r--r--kexi/plugins/macros/tests/actiontests.h2
-rw-r--r--kexi/plugins/macros/tests/commontests.h2
-rw-r--r--kexi/plugins/macros/tests/macroitemtests.h2
-rw-r--r--kexi/plugins/macros/tests/macrotests.h2
-rw-r--r--kexi/plugins/macros/tests/testaction.h2
-rw-r--r--kexi/plugins/macros/tests/testobject.h2
-rw-r--r--kexi/plugins/macros/tests/variabletests.h2
-rw-r--r--kexi/plugins/macros/tests/xmlhandlertests.h2
-rw-r--r--kexi/plugins/macros/tests/xmlhandlertests2.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/kexi/plugins/macros/tests/actiontests.h b/kexi/plugins/macros/tests/actiontests.h
index 91576ea3..6cb27287 100644
--- a/kexi/plugins/macros/tests/actiontests.h
+++ b/kexi/plugins/macros/tests/actiontests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class ActionTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/commontests.h b/kexi/plugins/macros/tests/commontests.h
index 170974bc..f4f2ca9a 100644
--- a/kexi/plugins/macros/tests/commontests.h
+++ b/kexi/plugins/macros/tests/commontests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class CommonTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/macroitemtests.h b/kexi/plugins/macros/tests/macroitemtests.h
index 6cd6cf8f..00aebdbf 100644
--- a/kexi/plugins/macros/tests/macroitemtests.h
+++ b/kexi/plugins/macros/tests/macroitemtests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class MacroitemTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/macrotests.h b/kexi/plugins/macros/tests/macrotests.h
index e1a61ba5..e08391cb 100644
--- a/kexi/plugins/macros/tests/macrotests.h
+++ b/kexi/plugins/macros/tests/macrotests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class MacroTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/testaction.h b/kexi/plugins/macros/tests/testaction.h
index bb41e5fb..97090776 100644
--- a/kexi/plugins/macros/tests/testaction.h
+++ b/kexi/plugins/macros/tests/testaction.h
@@ -38,7 +38,7 @@ namespace KoMacroTest {
*/
class TestAction : public KoMacro::Action
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/testobject.h b/kexi/plugins/macros/tests/testobject.h
index 81309d99..4fe96171 100644
--- a/kexi/plugins/macros/tests/testobject.h
+++ b/kexi/plugins/macros/tests/testobject.h
@@ -31,7 +31,7 @@ namespace KoMacroTest {
*/
class TestObject : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/variabletests.h b/kexi/plugins/macros/tests/variabletests.h
index 65c07f77..771edfa1 100644
--- a/kexi/plugins/macros/tests/variabletests.h
+++ b/kexi/plugins/macros/tests/variabletests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class VariableTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/xmlhandlertests.h b/kexi/plugins/macros/tests/xmlhandlertests.h
index 062b24b1..95beab3e 100644
--- a/kexi/plugins/macros/tests/xmlhandlertests.h
+++ b/kexi/plugins/macros/tests/xmlhandlertests.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class XMLHandlerTests : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/plugins/macros/tests/xmlhandlertests2.h b/kexi/plugins/macros/tests/xmlhandlertests2.h
index 3fd59609..a52d222b 100644
--- a/kexi/plugins/macros/tests/xmlhandlertests2.h
+++ b/kexi/plugins/macros/tests/xmlhandlertests2.h
@@ -30,7 +30,7 @@ namespace KoMacroTest {
*/
class XMLHandlerTests2 : public KUnitTest::SlotTester
{
- Q_OBJECT
+ TQ_OBJECT
public: