summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar/queueLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/statusbar/queueLabel.cpp')
-rw-r--r--amarok/src/statusbar/queueLabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/statusbar/queueLabel.cpp b/amarok/src/statusbar/queueLabel.cpp
index 1309da98..d78869a0 100644
--- a/amarok/src/statusbar/queueLabel.cpp
+++ b/amarok/src/statusbar/queueLabel.cpp
@@ -39,8 +39,8 @@
static const uint MAX_TO_SHOW = 20;
-QueueLabel::QueueLabel( TQWidget *tqparent, const char *name )
- : TQLabel( tqparent, name )
+QueueLabel::QueueLabel( TQWidget *parent, const char *name )
+ : TQLabel( parent, name )
, m_timer( this )
, m_tooltip( 0 )
, m_tooltipShowing( false )