summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
Side-by-side diff
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
#include <qpe/filemanager.h>
+#include <qvariant.h>
+#include <qdialog.h>
+class QLineEdit;
+
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
@@ -98,4 +102,17 @@ protected:
};
+
+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;
+
+};
+
#endif // FILEBROWSER_H