summaryrefslogtreecommitdiffstats
path: root/juk/juk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/juk.cpp')
-rw-r--r--juk/juk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/juk.cpp b/juk/juk.cpp
index 47a94692..60c09426 100644
--- a/juk/juk.cpp
+++ b/juk/juk.cpp
@@ -43,8 +43,8 @@ using namespace ActionCollection;
// public members
////////////////////////////////////////////////////////////////////////////////
-JuK::JuK(TQWidget *tqparent, const char *name) :
- KMainWindow(tqparent, name, WDestructiveClose),
+JuK::JuK(TQWidget *parent, const char *name) :
+ KMainWindow(parent, name, WDestructiveClose),
m_player(PlayerManager::instance()),
m_shuttingDown(false)
{