summaryrefslogtreecommitdiffstats
path: root/src/viewarea.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:18:38 +0900
committerMichele Calgaro <[email protected]>2023-07-24 17:46:11 +0900
commitda8cf2c4b269dfb76e66cba765b995bd367c67e6 (patch)
tree498450c4f71adccff32dc7dbf438ed590263ea60 /src/viewarea.h
parentb62a1922fab2031d49fa921cf4b5dae3d9c7091c (diff)
downloadkmplayer-da8cf2c4b269dfb76e66cba765b995bd367c67e6.tar.gz
kmplayer-da8cf2c4b269dfb76e66cba765b995bd367c67e6.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
Diffstat (limited to 'src/viewarea.h')
-rw-r--r--src/viewarea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewarea.h b/src/viewarea.h
index de3b32d..34c1e97 100644
--- a/src/viewarea.h
+++ b/src/viewarea.h
@@ -33,7 +33,7 @@ class ViewAreaPrivate;
* The area in which the video widget and controlpanel are laid out
*/
class KMPLAYER_EXPORT ViewArea : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
ViewArea (TQWidget * parent, View * view);