summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/btconfigwidget.h
authorharlekin <harlekin>2002-10-12 15:44:01 (UTC)
committer harlekin <harlekin>2002-10-12 15:44:01 (UTC)
commite6b92ad451dba66f4eb5000a41b96eb2ee203dce (patch) (unidiff)
tree07caa3f11d59c96858dd374d6b7cff90dbe3915e /noncore/apps/opie-console/btconfigwidget.h
parent83aed438ec060307bf5562d91bd8b61fe60f860b (diff)
downloadopie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.zip
opie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.tar.gz
opie-e6b92ad451dba66f4eb5000a41b96eb2ee203dce.tar.bz2
some more stuff - modem config, bluetooth.. -, not finished
Diffstat (limited to 'noncore/apps/opie-console/btconfigwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/btconfigwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/btconfigwidget.h b/noncore/apps/opie-console/btconfigwidget.h
index 64190ad..ceb13ee 100644
--- a/noncore/apps/opie-console/btconfigwidget.h
+++ b/noncore/apps/opie-console/btconfigwidget.h
@@ -3,12 +3,13 @@
3 3
4#include "profiledialogwidget.h" 4#include "profiledialogwidget.h"
5 5
6class QVBoxLayout; 6class QVBoxLayout;
7class QLabel; 7class QLabel;
8class QComboBox; 8class QComboBox;
9class QLineEdit;
9class IOLayerBase; 10class IOLayerBase;
10class BTConfigWidget : public ProfileDialogConnectionWidget { 11class BTConfigWidget : public ProfileDialogConnectionWidget {
11 12
12 Q_OBJECT 13 Q_OBJECT
13 14
14public: 15public:
@@ -19,11 +20,12 @@ public:
19 void save( Profile& ); 20 void save( Profile& );
20private: 21private:
21 QVBoxLayout* m_lay; 22 QVBoxLayout* m_lay;
22 QLabel* m_device; 23 QLabel* m_device;
23 QComboBox* m_deviceCmb; 24 QComboBox* m_deviceCmb;
24 IOLayerBase* m_base; 25 IOLayerBase* m_base;
26 QLineEdit* m_mac;
25 27
26}; 28};
27 29
28 30
29#endif 31#endif