summaryrefslogtreecommitdiffstats
path: root/juk/statuslabel.cpp
diff options
context:
space:
mode:
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();
}