summaryrefslogtreecommitdiff
authordwmw2 <dwmw2>2002-05-09 12:43:17 (UTC)
committer dwmw2 <dwmw2>2002-05-09 12:43:17 (UTC)
commit9bc227708a13da276468b4c2ec815114e16ad980 (patch) (unidiff)
treed846a6459481492a275c937edc4660d5ced5a3c6
parentb187f240c52da0f63de4036f40246c7ea7e5f7a2 (diff)
downloadopie-9bc227708a13da276468b4c2ec815114e16ad980.zip
opie-9bc227708a13da276468b4c2ec815114e16ad980.tar.gz
opie-9bc227708a13da276468b4c2ec815114e16ad980.tar.bz2
#include <qregexp.h>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index 3db6a27..8607b8b 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -1,53 +1,54 @@
1/**************************************************************************** 1/****************************************************************************
2** 2**
3** Created: Fri Dec 14 08:16:02 2001 3** Created: Fri Dec 14 08:16:02 2001
4** 4**
5** This file may be distributed and/or modified under the terms of the 5** This file may be distributed and/or modified under the terms of the
6** GNU General Public License version 2 as published by the Free Software 6** GNU General Public License version 2 as published by the Free Software
7** Foundation and appearing in the file LICENSE.GPL included in the 7** Foundation and appearing in the file LICENSE.GPL included in the
8** packaging of this file. 8** packaging of this file.
9** 9**
10** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 10** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
11** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 11** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
12** 12**
13copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com 13copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
14****************************************************************************/ 14****************************************************************************/
15#ifndef FILEBROWSER_H 15#ifndef FILEBROWSER_H
16#define FILEBROWSER_H 16#define FILEBROWSER_H
17 17
18//#include <qvariant.h> 18//#include <qvariant.h>
19#include <qdialog.h> 19#include <qdialog.h>
20#include <qfile.h> 20#include <qfile.h>
21#include <qdir.h> 21#include <qdir.h>
22#include <qregexp.h>
22#include <qstringlist.h> 23#include <qstringlist.h>
23#include <qlabel.h> 24#include <qlabel.h>
24#include <qstring.h> 25#include <qstring.h>
25#include <qdict.h> 26#include <qdict.h>
26 27
27#include <qpe/filemanager.h> 28#include <qpe/filemanager.h>
28 29
29#include <qvariant.h> 30#include <qvariant.h>
30#include <qdialog.h> 31#include <qdialog.h>
31class QLineEdit; 32class QLineEdit;
32 33
33class QVBoxLayout; 34class QVBoxLayout;
34class QHBoxLayout; 35class QHBoxLayout;
35class QGridLayout; 36class QGridLayout;
36class QListView; 37class QListView;
37class QListViewItem; 38class QListViewItem;
38class QPushButton; 39class QPushButton;
39class QComboBox; 40class QComboBox;
40class QWidgetStack; 41class QWidgetStack;
41class FileSelector; 42class FileSelector;
42class QPoint; 43class QPoint;
43class MenuButton; 44class MenuButton;
44class QRegExp; 45class QRegExp;
45 46
46 47
47class fileBrowser : public QDialog 48class fileBrowser : public QDialog
48{ 49{
49 Q_OBJECT 50 Q_OBJECT
50 51
51public: 52public:
52 fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0); 53 fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0);
53 ~fileBrowser(); 54 ~fileBrowser();