summaryrefslogtreecommitdiffstats
path: root/juk/statuslabel.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/statuslabel.cpp
parent2795d5ce0a0315aeba52894ef2b8cdff5d74280e (diff)
downloadtdemultimedia-89e9e3ac.tar.gz
tdemultimedia-89e9e3ac.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 20cfc90d4f4c8228914ed6196bb03472b7e31c77)
Diffstat (limited to 'juk/statuslabel.cpp')
-rw-r--r--juk/statuslabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/statuslabel.cpp b/juk/statuslabel.cpp
index 4dcf5163..a75f67dc 100644
--- a/juk/statuslabel.cpp
+++ b/juk/statuslabel.cpp
@@ -179,7 +179,7 @@ bool StatusLabel::eventFilter(TQObject *o, TQEvent *e)
if(e->type() == TQEvent::MouseButtonRelease &&
mouseEvent->button() == Qt::LeftButton)
{
- if(TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(m_itemTimeLabel)) {
+ if(o == m_itemTimeLabel) {
m_showTimeRemaining = !m_showTimeRemaining;
updateTime();
}