summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistview.h
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opieplayer2/playlistview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistview.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistview.h b/noncore/multimedia/opieplayer2/playlistview.h
new file mode 100644
index 0000000..f1abb07
--- a/dev/null
+++ b/noncore/multimedia/opieplayer2/playlistview.h
@@ -0,0 +1,16 @@
+#ifndef PLAYLISTVIEW_H
+#define PLAYLISTVIEW_H
+
+#include <qlistview.h>
+
+class PlayListView : public QListView
+{
+ Q_OBJECT
+public:
+ PlayListView( QWidget *parent, const char *name );
+ virtual ~PlayListView();
+};
+
+#endif // PLAYLISTVIEW_H
+/* vim: et sw=4 ts=4
+ */