From 6c1c44237a16dc8fed89905ae729e36eb9711c07 Mon Sep 17 00:00:00 2001 From: korovkin Date: Wed, 05 Apr 2006 19:29:19 +0000 Subject: Added combobox with ppp script names from /etc/ppp/peers. --- (limited to 'noncore/net/opietooth/manager/dundialog.h') 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; -- cgit v0.9.0.2