diff options
Diffstat (limited to 'juk/playlistbox.h')
-rw-r--r-- | juk/playlistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlistbox.h b/juk/playlistbox.h index cc8159a2..27f48f45 100644 --- a/juk/playlistbox.h +++ b/juk/playlistbox.h @@ -66,7 +66,7 @@ public: Item *dropItem() const { return m_dropItem; } - void setupPlaylist(Playlist *playlist, const TQString &iconName, Item *tqparentItem = 0); + void setupPlaylist(Playlist *playlist, const TQString &iconName, Item *parentItem = 0); public slots: void paste(); |