diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:21 +0900 |
commit | 44548d3e71aab859c1547104f3419fd288add594 (patch) | |
tree | 16e117503409cd83a1af0b59a0cfa362316c9635 /tdeunittest | |
parent | b6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff) | |
download | tdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeunittest')
-rw-r--r-- | tdeunittest/example/module/sampletests.h | 2 | ||||
-rw-r--r-- | tdeunittest/runnergui.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeunittest/example/module/sampletests.h b/tdeunittest/example/module/sampletests.h index 1f032f92..6bb0361c 100644 --- a/tdeunittest/example/module/sampletests.h +++ b/tdeunittest/example/module/sampletests.h @@ -30,7 +30,7 @@ class SlotSampleTester : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public slots: diff --git a/tdeunittest/runnergui.h b/tdeunittest/runnergui.h index 1c7d85a9..146e7d30 100644 --- a/tdeunittest/runnergui.h +++ b/tdeunittest/runnergui.h @@ -43,7 +43,7 @@ namespace KUnitTest class KDE_EXPORT RunnerGUI : public TQHBox { - Q_OBJECT + TQ_OBJECT public: |