diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:46:11 +0900 |
commit | da8cf2c4b269dfb76e66cba765b995bd367c67e6 (patch) | |
tree | 498450c4f71adccff32dc7dbf438ed590263ea60 /src/playlistview.h | |
parent | b62a1922fab2031d49fa921cf4b5dae3d9c7091c (diff) | |
download | kmplayer-da8cf2c4.tar.gz kmplayer-da8cf2c4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f15328299d0c380543f17448311292fe57fae751)
Diffstat (limited to 'src/playlistview.h')
-rw-r--r-- | src/playlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlistview.h b/src/playlistview.h index d3652ef..c757aa4 100644 --- a/src/playlistview.h +++ b/src/playlistview.h @@ -76,7 +76,7 @@ public: * The playlist GUI */ class KMPLAYER_EXPORT PlayListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: enum Flags { |