diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 17:53:58 +0900 |
commit | 5501a8c78e7c00cfbf72fec8d336a98adffe7e9d (patch) | |
tree | dc7e135f288be3f43656e800385b8be4e2939b3e /src/include/aboutwidget.h | |
parent | 9ef2b1a78d3c89f50520d55b93476c9e5eb21369 (diff) | |
download | tderadio-5501a8c78e7c00cfbf72fec8d336a98adffe7e9d.tar.gz tderadio-5501a8c78e7c00cfbf72fec8d336a98adffe7e9d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 08ec56f4b99cd4db951eb1a73a8003be25fa825e)
Diffstat (limited to 'src/include/aboutwidget.h')
-rw-r--r-- | src/include/aboutwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/aboutwidget.h b/src/include/aboutwidget.h index a0b3fe7..8b77c6d 100644 --- a/src/include/aboutwidget.h +++ b/src/include/aboutwidget.h @@ -43,7 +43,7 @@ class TDEAboutData; class TDERadioImageTrackLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ class TDERadioImageTrackLabel : public TQLabel class TDERadioAboutWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |