summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-22 10:29:56 +0900
commitef14fba42c78a96d905c42632a62dc11f353b1c3 (patch)
treead32afdaaa32b215fe8b9be49fbf578d30a556d3 /kexi/plugins/macros/tests
parent8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff)
downloadkoffice-ef14fba4.tar.gz
koffice-ef14fba4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
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 91576ea31..6cb272878 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 170974bc4..f4f2ca9ae 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 6cd6cf8f7..00aebdbfb 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 e1a61ba52..e08391cbe 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 bb41e5fb5..970907766 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 81309d99a..4fe96171c 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 65c07f77a..771edfa1a 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 062b24b13..95beab3e5 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 3fd59609d..a52d222b3 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: