From 52ddcfe41eaaf782d477b3e0312b2f5e0f71489c Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 09 May 2002 17:24:59 +0000 Subject: replaced declaration of qregexp to be an include --- (limited to 'core/apps') 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 #include +#include + 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 -- cgit v0.9.0.2