-rw-r--r-- | core/apps/textedit/fileBrowser.cpp | 1 | ||||
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 23 |
2 files changed, 12 insertions, 12 deletions
diff --git a/core/apps/textedit/fileBrowser.cpp b/core/apps/textedit/fileBrowser.cpp index f3e4e1e..e103bcb 100644 --- a/core/apps/textedit/fileBrowser.cpp +++ b/core/apps/textedit/fileBrowser.cpp @@ -52,3 +52,2 @@ fileBrowser::fileBrowser( QWidget* parent, const char* name, bool modal, WFlags filterStr=filter; - // channel = new QCopChannel( "QPE/fileDialog", this ); diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index 42f93b6..77ac166 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h @@ -54,12 +54,19 @@ public: + QString selectedFileName, mimeType; + QFile file; + QStringList fileList; + QComboBox *SelectionCombo; +public slots: + void setFileView( int ); + +private: +// QDict<void> mimes; QPushButton *buttonOk, *buttonCancel, *homeButton, *docButton, *hideButton, *cdUpButton; QListView* ListView; - QLabel *dirLabel; - QString selectedFileName, filterStr; + QString filterStr; QDir currentDir; - QFile file; - QStringList fileList, dirPathStringList; + QStringList dirPathStringList; QListViewItem * item; - QComboBox *SelectionCombo, *dirPathCombo; + QComboBox *dirPathCombo; MenuButton *typemb; @@ -67,8 +74,2 @@ public: FileSelector *fileSelector; - QString mimeType; -public slots: - void setFileView( int ); - -private: -// QDict<void> mimes; QRegExp tf; |