summaryrefslogtreecommitdiff
Unidiff
Diffstat (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
@@ -30,2 +30,4 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
30#include <qdialog.h> 30#include <qdialog.h>
31#include <qregexp.h>
32
31 33
@@ -43,3 +45,2 @@ class QPoint;
43class MenuButton; 45class MenuButton;
44class QRegExp;
45 46
@@ -119 +120,7 @@ public:
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