summaryrefslogtreecommitdiffstats
path: root/noatun/library/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/player.cpp')
-rw-r--r--noatun/library/player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/player.cpp b/noatun/library/player.cpp
index accdfd47..0b90952c 100644
--- a/noatun/library/player.cpp
+++ b/noatun/library/player.cpp
@@ -14,7 +14,7 @@ enum ArtsPOS { posIdle=0, posPlaying, posPaused };
-Player::Player(TQObject *tqparent) : TQObject(tqparent, "Player"),
+Player::Player(TQObject *parent) : TQObject(parent, "Player"),
position(-1), mLoopStyle(None), firstTimeout(true)
{
mEngine=new Engine;