summaryrefslogtreecommitdiff
path: root/core/apps
Side-by-side diff
Diffstat (limited to 'core/apps') (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
@@ -28,6 +28,8 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
#include <qvariant.h>
#include <qdialog.h>
+#include <qregexp.h>
+
class QLineEdit;
class QVBoxLayout;
@@ -41,7 +43,6 @@ class QWidgetStack;
class FileSelector;
class QPoint;
class MenuButton;
-class QRegExp;
class fileBrowser : public QDialog
@@ -117,3 +118,9 @@ public:
};
#endif // FILEBROWSER_H
+ QString inputText;
+ QLineEdit* LineEdit1;
+ void setTextEdit(const QString &);
+};
+
+#endif // FILEBROWSER_H