-rw-r--r-- | core/apps/textedit/fileBrowser.h | 9 |
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 | |||
@@ -20,5 +20,4 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com | |||
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> |
@@ -30,6 +29,6 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com | |||
30 | #include <qvariant.h> | 29 | #include <qvariant.h> |
31 | #include <qdialog.h> | 30 | #include <qdialog.h> |
32 | class QLineEdit; | ||
33 | 31 | ||
32 | class QLineEdit; | ||
34 | class QVBoxLayout; | 33 | class QVBoxLayout; |
35 | class QHBoxLayout; | 34 | class QHBoxLayout; |
@@ -119,2 +118,8 @@ public: | |||
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 | ||