summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/olocallister.h~
blob: a284b6e90e382757e0a19a99257cce5f1dad29fb (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, QString> mimeTypes(const QString& dir );
};

#endif