summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-03-24 20:32:44 (UTC)
committer llornkcor <llornkcor>2002-03-24 20:32:44 (UTC)
commitc9df42aefa24b90ddf89117cf25f6d6fcef2f1dd (patch) (unidiff)
tree0d5c4fa4d1134f60755b24984f7fb37de2b47968
parenteb813af4c1e301c8ba015627a1da04f8199a3be2 (diff)
downloadopie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.zip
opie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.tar.gz
opie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.tar.bz2
ksjdvfj
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h4
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
@@ -49,6 +49,4 @@ public:
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;
@@ -72,4 +70,6 @@ private:
72 QStringList getMimeTypes(); 70 QStringList getMimeTypes();
73 void fillCombo( const QString&); 71 void fillCombo( const QString&);
72 void setFileView( int );
73
74private slots: 74private slots:
75 void populateList(); 75 void populateList();