summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
Unidiff
Diffstat (limited to 'core/apps/textedit/fileBrowser.h') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index bac3d2e..42f93b6 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -26,6 +26,10 @@ copyright Sun 02-17-2002 22:28:23 L. J. Potter ljp@llornkcor.com
26 26
27#include <qpe/filemanager.h> 27#include <qpe/filemanager.h>
28 28
29#include <qvariant.h>
30#include <qdialog.h>
31class QLineEdit;
32
29class QVBoxLayout; 33class QVBoxLayout;
30class QHBoxLayout; 34class QHBoxLayout;
31class QGridLayout; 35class QGridLayout;
@@ -98,4 +102,17 @@ protected:
98 102
99}; 103};
100 104
105
106class InputDialog : public QDialog
107{
108 Q_OBJECT
109
110public:
111 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
112 ~InputDialog();
113 QString inputText;
114 QLineEdit* LineEdit1;
115
116};
117
101#endif // FILEBROWSER_H 118#endif // FILEBROWSER_H