diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:48 -0600 |
commit | 0308f7944757919f45f8217c4dd92ad751292c85 (patch) | |
tree | 57100e03f048bd77469400689da01f5cc1846eb4 /src/playlistview.h | |
parent | 9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff) | |
download | kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip |
Rename a number of classes to enhance compatibility with KDE4
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; |