summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/btconfigwidget.h
Unidiff
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
@@ -1,29 +1,31 @@
1#ifndef OPIE_BT_CONFIG_WIDGET_H 1#ifndef OPIE_BT_CONFIG_WIDGET_H
2#define OPIE_BT_CONFIG_WIDGET_H 2#define OPIE_BT_CONFIG_WIDGET_H
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:
15 BTConfigWidget( const QString& name, QWidget* parent, const char* name = 0l ); 16 BTConfigWidget( const QString& name, QWidget* parent, const char* name = 0l );
16 ~BTConfigWidget(); 17 ~BTConfigWidget();
17 18
18 void load( const Profile& ); 19 void load( const Profile& );
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