diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 10:15:01 +0900 |
commit | 9b03504064870b54af92214941ed5372f847b135 (patch) | |
tree | 2feef14e40204f65198169e485db5c1591aa1891 /klettres | |
parent | 04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff) | |
download | tdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz tdeedu-9b03504064870b54af92214941ed5372f847b135.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'klettres')
-rw-r--r-- | klettres/klettres/klettres.h | 2 | ||||
-rw-r--r-- | klettres/klettres/klettresview.h | 2 | ||||
-rw-r--r-- | klettres/klettres/soundfactory.h | 2 | ||||
-rw-r--r-- | klettres/klettres/timer.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/klettres/klettres/klettres.h b/klettres/klettres/klettres.h index 4102cd88..1baf0cb4 100644 --- a/klettres/klettres/klettres.h +++ b/klettres/klettres/klettres.h @@ -45,7 +45,7 @@ class KLNewStuff; */ class KLettres : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/klettres/klettres/klettresview.h b/klettres/klettres/klettresview.h index 0629e288..1a78f6bb 100644 --- a/klettres/klettres/klettresview.h +++ b/klettres/klettres/klettresview.h @@ -40,7 +40,7 @@ class KLettres; class KLettresView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/klettres/klettres/soundfactory.h b/klettres/klettres/soundfactory.h index 053b06ee..24cfb806 100644 --- a/klettres/klettres/soundfactory.h +++ b/klettres/klettres/soundfactory.h @@ -40,7 +40,7 @@ class KLettres; class SoundFactory : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/klettres/klettres/timer.h b/klettres/klettres/timer.h index f803c13d..f2d1c63a 100644 --- a/klettres/klettres/timer.h +++ b/klettres/klettres/timer.h @@ -34,7 +34,7 @@ class Timer : public timerdlg { -Q_OBJECT +TQ_OBJECT public: |