summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.h
Side-by-side diff
Diffstat (limited to 'libopie/ofileselector/ofileselector.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector/ofileselector.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libopie/ofileselector/ofileselector.h b/libopie/ofileselector/ofileselector.h
index 3e834fb..76c3ced 100644
--- a/libopie/ofileselector/ofileselector.h
+++ b/libopie/ofileselector/ofileselector.h
@@ -39,2 +39,3 @@
#include <qdir.h>
+#include <qguardedptr.h>
#include <qwidget.h>
@@ -233,2 +234,4 @@ class OFileSelector : public QWidget {
+ void setLister( const QString& name );
+ void setView( const QString& all );
/**
@@ -379,2 +382,3 @@ class OFileSelector : public QWidget {
OLister* m_lister;
+ QString m_listerName;
OFileView* m_fileView;
@@ -448,6 +452,6 @@ class OFileSelector : public QWidget {
void initializeOldSelector();
- void initLister();
void initToolbar();
void initLocations();
- void initializeView() {}; // FIXME
+ void initializeView(); // FIXME
+ void fillList();
void initFactory();