summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
Side-by-side diff
Diffstat (limited to 'core/apps/textedit/fileBrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index 1138d80..339483f 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -59,5 +59,4 @@ public:
public slots:
void setFileView( int );
- void setMimeType(const QString &);
private:
@@ -68,5 +67,5 @@ private:
QString filterStr, mimeType;
QDir currentDir;
- QStringList dirPathStringList;
+ QStringList dirPathStringList, mimetypes;
QListViewItem * item;
QComboBox *dirPathCombo;