-rw-r--r-- | core/apps/textedit/fileBrowser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index ec73b69..42bbc10 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h | |||
@@ -45,14 +45,12 @@ class fileBrowser : public QDialog | |||
45 | Q_OBJECT | 45 | Q_OBJECT |
46 | 46 | ||
47 | public: | 47 | public: |
48 | fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0); | 48 | fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0); |
49 | ~fileBrowser(); | 49 | ~fileBrowser(); |
50 | 50 | ||
51 | void setFileView( int ); | ||
52 | |||
53 | QPushButton *buttonOk, *buttonCancel, *homeButton, *docButton, *hideButton, *cdUpButton; | 51 | QPushButton *buttonOk, *buttonCancel, *homeButton, *docButton, *hideButton, *cdUpButton; |
54 | QListView* ListView; | 52 | QListView* ListView; |
55 | 53 | ||
56 | QLabel *dirLabel; | 54 | QLabel *dirLabel; |
57 | QString selectedFileName, filterStr; | 55 | QString selectedFileName, filterStr; |
58 | QDir currentDir; | 56 | QDir currentDir; |
@@ -68,12 +66,14 @@ public slots: | |||
68 | 66 | ||
69 | private: | 67 | private: |
70 | // QDict<void> mimes; | 68 | // QDict<void> mimes; |
71 | QRegExp tf; | 69 | QRegExp tf; |
72 | QStringList getMimeTypes(); | 70 | QStringList getMimeTypes(); |
73 | void fillCombo( const QString&); | 71 | void fillCombo( const QString&); |
72 | void setFileView( int ); | ||
73 | |||
74 | private slots: | 74 | private slots: |
75 | void populateList(); | 75 | void populateList(); |
76 | void homeButtonPushed(); | 76 | void homeButtonPushed(); |
77 | void docButtonPushed(); | 77 | void docButtonPushed(); |
78 | void ListPressed( int, QListViewItem *, const QPoint&, int); | 78 | void ListPressed( int, QListViewItem *, const QPoint&, int); |
79 | void showListMenu(QListViewItem*); | 79 | void showListMenu(QListViewItem*); |