summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistfileview.h
blob: eef4bd1c98805953111b9f322e6ef0f44fb0d12d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PLAYLISTFILEVIEW_H
#define PLAYLISTFILEVIEW_H

#include "playlistview.h"

class PlayListFileView : public PlayListView
{
    Q_OBJECT
public:
    PlayListFileView( QWidget *parent, const char *name = 0 );
    virtual ~PlayListFileView();
};

#endif // PLAYLISTFILEVIEW_H
/* vim: et sw=4 ts=4
 */