summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
authorllornkcor <llornkcor>2002-03-25 02:55:43 (UTC)
committer llornkcor <llornkcor>2002-03-25 02:55:43 (UTC)
commitf978777e3dfe6c02e19d7601b20e60a95d65b1e9 (patch) (side-by-side diff)
tree7bd1a6c46227e4354700500bda55f667c34efbdb /core/apps/textedit/fileBrowser.h
parentb43c59f2f8da6edfa37042e0838b38702636f4d1 (diff)
downloadopie-f978777e3dfe6c02e19d7601b20e60a95d65b1e9.zip
opie-f978777e3dfe6c02e19d7601b20e60a95d65b1e9.tar.gz
opie-f978777e3dfe6c02e19d7601b20e60a95d65b1e9.tar.bz2
moved inputDialog to fileBrowser
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