summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/inputDialog.h
Side-by-side diff
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
public:
InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~InputDialog();
QString inputText;
QLineEdit* LineEdit1;
-
+ void setTextEdit(const QString &);
};
#endif // INPUTDIALOG_H