summaryrefslogtreecommitdiffstats
path: root/src/playlistview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
commit0308f7944757919f45f8217c4dd92ad751292c85 (patch)
tree57100e03f048bd77469400689da01f5cc1846eb4 /src/playlistview.h
parent9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff)
downloadkmplayer-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.h8
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;