diff options
Diffstat (limited to 'juk/historyplaylist.h')
-rw-r--r-- | juk/historyplaylist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/historyplaylist.h b/juk/historyplaylist.h index 13cf5436..bac4631f 100644 --- a/juk/historyplaylist.h +++ b/juk/historyplaylist.h @@ -23,8 +23,8 @@ class HistoryPlaylistItem : public PlaylistItem { public: - HistoryPlaylistItem(CollectionListItem *item, Playlist *tqparent, TQListViewItem *after); - HistoryPlaylistItem(CollectionListItem *item, Playlist *tqparent); + HistoryPlaylistItem(CollectionListItem *item, Playlist *parent, TQListViewItem *after); + HistoryPlaylistItem(CollectionListItem *item, Playlist *parent); virtual ~HistoryPlaylistItem(); TQDateTime dateTime() const { return m_dateTime; } |