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