summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
authorllornkcor <llornkcor>2002-05-09 17:24:59 (UTC)
committer llornkcor <llornkcor>2002-05-09 17:24:59 (UTC)
commit52ddcfe41eaaf782d477b3e0312b2f5e0f71489c (patch) (unidiff)
tree1806120cc6a63ccd27970949b7a025517b1e87e1 /core/apps/textedit/fileBrowser.h
parentbdb0fabbab969d7ebb7f1e0c1396070123c33e7e (diff)
downloadopie-52ddcfe41eaaf782d477b3e0312b2f5e0f71489c.zip
opie-52ddcfe41eaaf782d477b3e0312b2f5e0f71489c.tar.gz
opie-52ddcfe41eaaf782d477b3e0312b2f5e0f71489c.tar.bz2
replaced declaration of qregexp to be an include
Diffstat (limited to 'core/apps/textedit/fileBrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index e89b62b..45c8b8f 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -19,38 +19,39 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
19#include <qdialog.h> 19#include <qdialog.h>
20#include <qfile.h> 20#include <qfile.h>
21#include <qdir.h> 21#include <qdir.h>
22#include <qstringlist.h> 22#include <qstringlist.h>
23#include <qlabel.h> 23#include <qlabel.h>
24#include <qstring.h> 24#include <qstring.h>
25#include <qdict.h> 25#include <qdict.h>
26 26
27#include <qpe/filemanager.h> 27#include <qpe/filemanager.h>
28 28
29#include <qvariant.h> 29#include <qvariant.h>
30#include <qdialog.h> 30#include <qdialog.h>
31#include <qregexp.h>
32
31 33
32class QLineEdit; 34class QLineEdit;
33class QVBoxLayout; 35class QVBoxLayout;
34class QHBoxLayout; 36class QHBoxLayout;
35class QGridLayout; 37class QGridLayout;
36class QListView; 38class QListView;
37class QListViewItem; 39class QListViewItem;
38class QPushButton; 40class QPushButton;
39class QComboBox; 41class QComboBox;
40class QWidgetStack; 42class QWidgetStack;
41class FileSelector; 43class FileSelector;
42class QPoint; 44class QPoint;
43class MenuButton; 45class MenuButton;
44class QRegExp;
45 46
46 47
47class fileBrowser : public QDialog 48class fileBrowser : public QDialog
48{ 49{
49 Q_OBJECT 50 Q_OBJECT
50 51
51public: 52public:
52 fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0); 53 fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0);
53 ~fileBrowser(); 54 ~fileBrowser();
54 55
55 QString selectedFileName; 56 QString selectedFileName;
56 QFile file; 57 QFile file;
@@ -108,12 +109,18 @@ class InputDialog : public QDialog
108{ 109{
109 Q_OBJECT 110 Q_OBJECT
110 111
111public: 112public:
112 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 113 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
113 ~InputDialog(); 114 ~InputDialog();
114 QString inputText; 115 QString inputText;
115 QLineEdit* LineEdit1; 116 QLineEdit* LineEdit1;
116 void setTextEdit(const QString &); 117 void setTextEdit(const QString &);
117}; 118};
118 119
119#endif // FILEBROWSER_H 120#endif // FILEBROWSER_H
121 QString inputText;
122 QLineEdit* LineEdit1;
123 void setTextEdit(const QString &);
124};
125
126#endif // FILEBROWSER_H