summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/olocallister.h
Unidiff
Diffstat (limited to 'libopie/ofileselector/olocallister.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector/olocallister.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie/ofileselector/olocallister.h b/libopie/ofileselector/olocallister.h
index 01e6f3c..0cdf51f 100644
--- a/libopie/ofileselector/olocallister.h
+++ b/libopie/ofileselector/olocallister.h
@@ -13,2 +13,7 @@ public:
13 void changedDir( const QString& dir, const QString& file,const QString& ); 13 void changedDir( const QString& dir, const QString& file,const QString& );
14 QString selectedName()const;
15 QStringList selectedNames()const;
16
17private:
18 QString m_dir;
14}; 19};