diff options
Diffstat (limited to 'kexi/plugins/macros/tests')
-rw-r--r-- | kexi/plugins/macros/tests/actiontests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/commontests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/macroitemtests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/macrotests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/testaction.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/testobject.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/variabletests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/xmlhandlertests.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/tests/xmlhandlertests2.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/kexi/plugins/macros/tests/actiontests.h b/kexi/plugins/macros/tests/actiontests.h index 07cf89580..fe3fb21d4 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -31,7 +31,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 0480c0221..e72408b7c 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -31,7 +31,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 7ec3625c9..902ef91ef 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -31,7 +31,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 4a7c20431..49d50ad5f 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -31,7 +31,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 9c045e3d9..43ce74bb1 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -39,7 +39,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 87bed8370..99b59da23 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -32,7 +32,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 a3cd7f60d..e6474a5a1 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -31,7 +31,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 3e67742fb..12d2d0570 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -31,7 +31,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 d8f92aafd..49431b735 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class XMLHandlerTests2 : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** |