summaryrefslogtreecommitdiffstats
path: root/juk/statuslabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/statuslabel.cpp')
-rw-r--r--juk/statuslabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/statuslabel.cpp b/juk/statuslabel.cpp
index 4867c7ec..951604cd 100644
--- a/juk/statuslabel.cpp
+++ b/juk/statuslabel.cpp
@@ -35,8 +35,8 @@ using namespace ActionCollection;
// public methods
////////////////////////////////////////////////////////////////////////////////
-StatusLabel::StatusLabel(PlaylistInterface *playlist, TQWidget *tqparent, const char *name) :
- TQHBox(tqparent, name),
+StatusLabel::StatusLabel(PlaylistInterface *playlist, TQWidget *parent, const char *name) :
+ TQHBox(parent, name),
PlaylistObserver(playlist),
m_showTimeRemaining(false)
{