diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:43 +0900 |
commit | 678ee0d63590ba7bf1cad32070c229d699617a3c (patch) | |
tree | 04cea2ad9f3a2067119417dfe2bbc583a973a2cf /noatun/modules/systray | |
parent | 7ca73e272ed839b546d224918ec538b57011782b (diff) | |
download | tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.tar.gz tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/modules/systray')
-rw-r--r-- | noatun/modules/systray/cmodule.h | 2 | ||||
-rw-r--r-- | noatun/modules/systray/kitsystemtray.h | 2 | ||||
-rw-r--r-- | noatun/modules/systray/systray.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/systray/cmodule.h b/noatun/modules/systray/cmodule.h index 10196423..dd8784d3 100644 --- a/noatun/modules/systray/cmodule.h +++ b/noatun/modules/systray/cmodule.h @@ -33,7 +33,7 @@ class YHConfigWidget; class YHModule : public CModule { -Q_OBJECT +TQ_OBJECT public: YHModule(TQObject *_parent); diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h index 13a8b518..709a8f07 100644 --- a/noatun/modules/systray/kitsystemtray.h +++ b/noatun/modules/systray/kitsystemtray.h @@ -36,7 +36,7 @@ class TQPixmap; class KitSystemTray : public KSystemTray { -Q_OBJECT +TQ_OBJECT public: diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h index 80592b07..3adc59cf 100644 --- a/noatun/modules/systray/systray.h +++ b/noatun/modules/systray/systray.h @@ -40,7 +40,7 @@ class PassivePopup; class NoatunSystray : public TDEMainWindow, public Plugin { -Q_OBJECT +TQ_OBJECT public: NoatunSystray(); |