diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 18:47:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-17 20:12:38 +0900 |
commit | 89e9e3ac34f2203f513b8d63d682f7f538724f66 (patch) | |
tree | 784621a02f21a4e16fc35e237e39f37583e5ba3a /juk/playlist.cpp | |
parent | 2795d5ce0a0315aeba52894ef2b8cdff5d74280e (diff) | |
download | tdemultimedia-89e9e3ac34f2203f513b8d63d682f7f538724f66.tar.gz tdemultimedia-89e9e3ac34f2203f513b8d63d682f7f538724f66.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 20cfc90d4f4c8228914ed6196bb03472b7e31c77)
Diffstat (limited to 'juk/playlist.cpp')
-rw-r--r-- | juk/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlist.cpp b/juk/playlist.cpp index de65b6e7..02b00259 100644 --- a/juk/playlist.cpp +++ b/juk/playlist.cpp @@ -1110,7 +1110,7 @@ void Playlist::decode(TQMimeSource *s, PlaylistItem *item) bool Playlist::eventFilter(TQObject *watched, TQEvent *e) { - if(TQT_BASE_OBJECT(watched) == TQT_BASE_OBJECT(header())) { + if(watched == header()) { switch(e->type()) { case TQEvent::MouseMove: { |