summaryrefslogtreecommitdiff
path: root/core/apps
authorllornkcor <llornkcor>2002-05-09 14:04:26 (UTC)
committer llornkcor <llornkcor>2002-05-09 14:04:26 (UTC)
commit2a21c7fdce37f76d47926b4d326ad0ab638f744b (patch) (unidiff)
tree50c216500b17b6df42166fb904253c674439c07a /core/apps
parent9bc227708a13da276468b4c2ec815114e16ad980 (diff)
downloadopie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.zip
opie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.tar.gz
opie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.tar.bz2
fileBrowser.h already has class QRegExp forward declaration, no need for including it also
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index 8607b8b..515da3d 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -19,7 +19,6 @@ 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 <qregexp.h>
23#include <qstringlist.h> 22#include <qstringlist.h>
24#include <qlabel.h> 23#include <qlabel.h>
25#include <qstring.h> 24#include <qstring.h>
@@ -29,8 +28,8 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
29 28
30#include <qvariant.h> 29#include <qvariant.h>
31#include <qdialog.h> 30#include <qdialog.h>
32class QLineEdit;
33 31
32class QLineEdit;
34class QVBoxLayout; 33class QVBoxLayout;
35class QHBoxLayout; 34class QHBoxLayout;
36class QGridLayout; 35class QGridLayout;
@@ -118,3 +117,9 @@ public:
118}; 117};
119 118
120#endif // FILEBROWSER_H 119#endif // FILEBROWSER_H
120 QString inputText;
121 QLineEdit* LineEdit1;
122 void setTextEdit(const QString &);
123};
124
125#endif // FILEBROWSER_H