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-20 15:06:08 +0900 |
commit | f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch) | |
tree | cc78f7cd0c52eafa75211faec743bcbac4047491 /klettres | |
parent | 722b8b58ec7c9696be84890045d29e0203d3e20f (diff) | |
download | tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: |