summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/olocallister.h
authorzecke <zecke>2003-05-25 17:51:52 (UTC)
committer zecke <zecke>2003-05-25 17:51:52 (UTC)
commit7e1dce1560e45ef7fad91a8da2d0d96c1b166df9 (patch) (side-by-side diff)
treec896c8ab6129414fa80df712a3a5794fa933716f /libopie/ofileselector/olocallister.h
parentf1773ad179cb68b8e7777f3d43667ed5ebf1968d (diff)
downloadopie-7e1dce1560e45ef7fad91a8da2d0d96c1b166df9.zip
opie-7e1dce1560e45ef7fad91a8da2d0d96c1b166df9.tar.gz
opie-7e1dce1560e45ef7fad91a8da2d0d96c1b166df9.tar.bz2
die here too
Diffstat (limited to 'libopie/ofileselector/olocallister.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector/olocallister.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/libopie/ofileselector/olocallister.h b/libopie/ofileselector/olocallister.h
deleted file mode 100644
index 0cdf51f..0000000
--- a/libopie/ofileselector/olocallister.h
+++ b/dev/null
@@ -1,21 +0,0 @@
-#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 );
- void fileSelected( const QString& dir, const QString& file, const QString& );
- void changedDir( const QString& dir, const QString& file,const QString& );
- QString selectedName()const;
- QStringList selectedNames()const;
-
-private:
- QString m_dir;
-};
-
-#endif