From 2a21c7fdce37f76d47926b4d326ad0ab638f744b Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 09 May 2002 14:04:26 +0000 Subject: fileBrowser.h already has class QRegExp forward declaration, no need for including it also --- 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 @@ -19,7 +19,6 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com #include #include #include -#include #include #include #include @@ -29,8 +28,8 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com #include #include -class QLineEdit; +class QLineEdit; class QVBoxLayout; class QHBoxLayout; class QGridLayout; @@ -118,3 +117,9 @@ public: }; #endif // FILEBROWSER_H + QString inputText; + QLineEdit* LineEdit1; + void setTextEdit(const QString &); +}; + +#endif // FILEBROWSER_H -- cgit v0.9.0.2