-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 @@ -21,3 +21,2 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com #include <qdir.h> -#include <qregexp.h> #include <qstringlist.h> @@ -31,4 +30,4 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com #include <qdialog.h> -class QLineEdit; +class QLineEdit; class QVBoxLayout; @@ -120 +119,7 @@ public: #endif // FILEBROWSER_H + QString inputText;
+ QLineEdit* LineEdit1;
+ void setTextEdit(const QString &);
+};
+
+#endif // FILEBROWSER_H
|