summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/olocallister.h
blob: 0a061021202a2f8067fb159b0930b831a11dcc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef OPIE_LOCAL_LISTER
#define OPIE_LOCAL_LISTER

#include "olister.h"

class OLocalLister : public OLister {
public:
    OLocalLister( OFileSelector* );
    ~OLocalLister();
    void reparse( const QString& path );
    QMap<QString, QStringList> mimeTypes(const QString& dir );
};

#endif