summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/dundialog.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/dundialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/dundialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/dundialog.h b/noncore/net/opietooth/manager/dundialog.h
index a0d16ad..8310e40 100644
--- a/noncore/net/opietooth/manager/dundialog.h
+++ b/noncore/net/opietooth/manager/dundialog.h
@@ -20,6 +20,7 @@ class QPushButton;
class QMultiLineEdit;
class QLineEdit;
class QCheckBox;
+class QComboBox;
namespace OpieTooth {
class DunDialog : public QDialog {
@@ -38,7 +39,7 @@ namespace OpieTooth {
void closeEvent(QCloseEvent* e);
protected:
QVBoxLayout* layout;
- QLineEdit* cmdLine;
+ QComboBox* cmdLine;
QPushButton* connectButton;
QMultiLineEdit* outPut;
QCheckBox* doEncryption;