summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/inputDialog.h
Unidiff
Diffstat (limited to 'noncore/net/opieftp/inputDialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/inputDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieftp/inputDialog.h b/noncore/net/opieftp/inputDialog.h
index 2cd8285..dfe0e8a 100644
--- a/noncore/net/opieftp/inputDialog.h
+++ b/noncore/net/opieftp/inputDialog.h
@@ -25,10 +25,10 @@ class InputDialog : public QDialog
25 25
26public: 26public:
27 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 27 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
28 ~InputDialog(); 28 ~InputDialog();
29 QString inputText; 29 QString inputText;
30 QLineEdit* LineEdit1; 30 QLineEdit* LineEdit1;
31 31 void setTextEdit(const QString &);
32}; 32};
33 33
34#endif // INPUTDIALOG_H 34#endif // INPUTDIALOG_H