summaryrefslogtreecommitdiff
path: root/core/apps
authorllornkcor <llornkcor>2002-05-09 14:04:26 (UTC)
committer llornkcor <llornkcor>2002-05-09 14:04:26 (UTC)
commit2a21c7fdce37f76d47926b4d326ad0ab638f744b (patch) (side-by-side diff)
tree50c216500b17b6df42166fb904253c674439c07a /core/apps
parent9bc227708a13da276468b4c2ec815114e16ad980 (diff)
downloadopie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.zip
opie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.tar.gz
opie-2a21c7fdce37f76d47926b4d326ad0ab638f744b.tar.bz2
fileBrowser.h already has class QRegExp forward declaration, no need for including it also
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h9
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
@@ -10,36 +10,35 @@
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
****************************************************************************/
#ifndef FILEBROWSER_H
#define FILEBROWSER_H
//#include <qvariant.h>
#include <qdialog.h>
#include <qfile.h>
#include <qdir.h>
-#include <qregexp.h>
#include <qstringlist.h>
#include <qlabel.h>
#include <qstring.h>
#include <qdict.h>
#include <qpe/filemanager.h>
#include <qvariant.h>
#include <qdialog.h>
-class QLineEdit;
+class QLineEdit;
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QListView;
class QListViewItem;
class QPushButton;
class QComboBox;
class QWidgetStack;
class FileSelector;
class QPoint;
class MenuButton;
class QRegExp;
@@ -109,12 +108,18 @@ class InputDialog : public QDialog
{
Q_OBJECT
public:
InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~InputDialog();
QString inputText;
QLineEdit* LineEdit1;
void setTextEdit(const QString &);
};
#endif // FILEBROWSER_H
+ QString inputText;
+ QLineEdit* LineEdit1;
+ void setTextEdit(const QString &);
+};
+
+#endif // FILEBROWSER_H