summaryrefslogtreecommitdiffstats
path: root/juk/playlist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:47:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-17 20:12:38 +0900
commit89e9e3ac34f2203f513b8d63d682f7f538724f66 (patch)
tree784621a02f21a4e16fc35e237e39f37583e5ba3a /juk/playlist.cpp
parent2795d5ce0a0315aeba52894ef2b8cdff5d74280e (diff)
downloadtdemultimedia-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.cpp2
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:
{