author | dwmw2 <dwmw2> | 2002-05-09 12:43:17 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-09 12:43:17 (UTC) |
commit | 9bc227708a13da276468b4c2ec815114e16ad980 (patch) (unidiff) | |
tree | d846a6459481492a275c937edc4660d5ced5a3c6 | |
parent | b187f240c52da0f63de4036f40246c7ea7e5f7a2 (diff) | |
download | opie-9bc227708a13da276468b4c2ec815114e16ad980.zip opie-9bc227708a13da276468b4c2ec815114e16ad980.tar.gz opie-9bc227708a13da276468b4c2ec815114e16ad980.tar.bz2 |
#include <qregexp.h>
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 1 |
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 | ** |
13 | copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com | 13 | copyright 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> |
31 | class QLineEdit; | 32 | class QLineEdit; |
32 | 33 | ||
33 | class QVBoxLayout; | 34 | class QVBoxLayout; |
34 | class QHBoxLayout; | 35 | class QHBoxLayout; |
35 | class QGridLayout; | 36 | class QGridLayout; |
36 | class QListView; | 37 | class QListView; |
37 | class QListViewItem; | 38 | class QListViewItem; |
38 | class QPushButton; | 39 | class QPushButton; |
39 | class QComboBox; | 40 | class QComboBox; |
40 | class QWidgetStack; | 41 | class QWidgetStack; |
41 | class FileSelector; | 42 | class FileSelector; |
42 | class QPoint; | 43 | class QPoint; |
43 | class MenuButton; | 44 | class MenuButton; |
44 | class QRegExp; | 45 | class QRegExp; |
45 | 46 | ||
46 | 47 | ||
47 | class fileBrowser : public QDialog | 48 | class fileBrowser : public QDialog |
48 | { | 49 | { |
49 | Q_OBJECT | 50 | Q_OBJECT |
50 | 51 | ||
51 | public: | 52 | public: |
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(); |