From b92f6e69e5c243363c0f285dcf1f0d47bbc2cc17 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 03 Dec 2002 16:53:41 +0000 Subject: - starting to factor out the playlist file views into separate classes --- (limited to 'noncore/multimedia/opieplayer2/playlistview.h') 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 + +class PlayListView : public QListView +{ + Q_OBJECT +public: + PlayListView( QWidget *parent, const char *name ); + virtual ~PlayListView(); +}; + +#endif // PLAYLISTVIEW_H +/* vim: et sw=4 ts=4 + */ -- cgit v0.9.0.2