summaryrefslogtreecommitdiffstats
path: root/plugins/v4lradio/v4lradio.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:19:47 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:19:47 +0900
commit08ec56f4b99cd4db951eb1a73a8003be25fa825e (patch)
tree35c79fef3c4ea799f727ded88596fcbd89cb0c2d /plugins/v4lradio/v4lradio.h
parentc74cfcb6d5e95a955e251b6683f2b2db19f43dcb (diff)
downloadtderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.tar.gz
tderadio-08ec56f4b99cd4db951eb1a73a8003be25fa825e.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/v4lradio/v4lradio.h')
-rw-r--r--plugins/v4lradio/v4lradio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/v4lradio/v4lradio.h b/plugins/v4lradio/v4lradio.h
index c8d7a58..cd052ce 100644
--- a/plugins/v4lradio/v4lradio.h
+++ b/plugins/v4lradio/v4lradio.h
@@ -47,7 +47,7 @@ class V4LRadio : public TQObject,
public ISoundStreamClient,
public IV4LCfg
{
-Q_OBJECT
+TQ_OBJECT
public:
V4LRadio (const TQString &name);