diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:18:38 +0900 |
commit | f15328299d0c380543f17448311292fe57fae751 (patch) | |
tree | 498450c4f71adccff32dc7dbf438ed590263ea60 /src/viewarea.h | |
parent | 47d29ee63f76127afe48c487d3e8794b0d05508b (diff) | |
download | kmplayer-f15328299d0c380543f17448311292fe57fae751.tar.gz kmplayer-f15328299d0c380543f17448311292fe57fae751.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/viewarea.h')
-rw-r--r-- | src/viewarea.h | 2 |
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); |