summaryrefslogtreecommitdiffstats
path: root/juk/tageditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/tageditor.h')
-rw-r--r--juk/tageditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/tageditor.h b/juk/tageditor.h
index 8a616f15..35526380 100644
--- a/juk/tageditor.h
+++ b/juk/tageditor.h
@@ -40,7 +40,7 @@ class TagEditor : public TQWidget
TQ_OBJECT
public:
- TagEditor(TQWidget *tqparent = 0, const char *name = 0);
+ TagEditor(TQWidget *parent = 0, const char *name = 0);
virtual ~TagEditor();
PlaylistItemList items() const { return m_items; }
void setupObservers();