summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistview.h
blob: f1abb07927f9b5d38571368949fd14e19536cab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
 */