summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/modemconfigwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/modemconfigwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/modemconfigwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/modemconfigwidget.h b/noncore/apps/opie-console/modemconfigwidget.h
index 1363f78..4fdde0c 100644
--- a/noncore/apps/opie-console/modemconfigwidget.h
+++ b/noncore/apps/opie-console/modemconfigwidget.h
@@ -1,11 +1,12 @@
1#ifndef OPIE_MODEM_CONFIG_WIDGET_H 1#ifndef OPIE_MODEM_CONFIG_WIDGET_H
2#define OPIE_MODEM_CONFIG_WIDGET_H 2#define OPIE_MODEM_CONFIG_WIDGET_H
3 3
4#include "profiledialogwidget.h" 4#include "profiledialogwidget.h"
5 5#include "iolayerbase.h"
6#include "atconfigdialog.h"
6 7
7class QVBoxLayout; 8class QVBoxLayout;
8class QLabel; 9class QLabel;
9class QComboBox; 10class QComboBox;
10class QLineEdit; 11class QLineEdit;
11class IOLayerBase; 12class IOLayerBase;
@@ -22,14 +23,13 @@ public:
22private: 23private:
23 QVBoxLayout* m_lay; 24 QVBoxLayout* m_lay;
24 QLabel* m_device; 25 QLabel* m_device;
25 QComboBox* m_deviceCmb; 26 QComboBox* m_deviceCmb;
26 IOLayerBase* m_base; 27 IOLayerBase* m_base;
27 QLineEdit* m_telNumber; 28 QLineEdit* m_telNumber;
28 29 ATConfigDialog *atConf;
29
30private slots: 30private slots:
31 void slotAT(); 31 void slotAT();
32 void slotDial(); 32 void slotDial();
33}; 33};
34 34
35 35