diff options
Diffstat (limited to 'src/playlistview.h')
-rw-r--r-- | src/playlistview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/playlistview.h b/src/playlistview.h index 3fbb3ba..4d93a3e 100644 --- a/src/playlistview.h +++ b/src/playlistview.h @@ -75,7 +75,7 @@ public: /* * The playlist GUI */ -class KMPLAYER_EXPORT PlayListView : public KListView { +class KMPLAYER_EXPORT PlayListView : public TDEListView { Q_OBJECT public: @@ -84,7 +84,7 @@ public: InPlaceEdit = 0x04, TreeEdit = 0x08, Moveable = 0x10, Deleteable = 0x20 }; - PlayListView (TQWidget * parent, View * view, KActionCollection * ac); + PlayListView (TQWidget * parent, View * view, TDEActionCollection * ac); ~PlayListView (); void selectItem (const TQString & txt); void showAllNodes (RootPlayListItem *, bool show=true); @@ -136,8 +136,8 @@ private: SharedPtr <TreeUpdate> tree_update; View * m_view; TQPopupMenu * m_itemmenu; - KAction * m_find; - KAction * m_find_next; + TDEAction * m_find; + TDEAction * m_find_next; KFindDialog * m_find_dialog; TQPixmap folder_pix; TQPixmap auxiliary_pix; |