summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/pppdialog.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/pppdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/pppdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/pppdialog.h b/noncore/net/opietooth/manager/pppdialog.h
index 565fe1e..e0ffc7f 100644
--- a/noncore/net/opietooth/manager/pppdialog.h
+++ b/noncore/net/opietooth/manager/pppdialog.h
@@ -10,4 +10,5 @@ class QPushButton;
10class QMultiLineEdit; 10class QMultiLineEdit;
11class QLineEdit; 11class QLineEdit;
12class QComboBox;
12#define NCONNECTS 10 //Maximal 13#define NCONNECTS 10 //Maximal
13 14
@@ -41,4 +42,5 @@ namespace OpieTooth {
41 QPushButton* connectButton; 42 QPushButton* connectButton;
42 QMultiLineEdit* outPut; 43 QMultiLineEdit* outPut;
44 QComboBox* serPort;
43 45
44 private: 46 private: