summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profileeditordialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileeditordialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profileeditordialog.h b/noncore/apps/opie-console/profileeditordialog.h
index 6fde839..e01e636 100644
--- a/noncore/apps/opie-console/profileeditordialog.h
+++ b/noncore/apps/opie-console/profileeditordialog.h
@@ -9,12 +9,13 @@
9class MetaFactory; 9class MetaFactory;
10class EditBase; 10class EditBase;
11class QTabWidget; 11class QTabWidget;
12class QHBoxLayout; 12class QHBoxLayout;
13class QLineEdit; 13class QLineEdit;
14class QComboBox; 14class QComboBox;
15class QCheckBox;
15class QLabel; 16class QLabel;
16class ProfileDialogWidget; 17class ProfileDialogWidget;
17 18
18class ProfileEditorDialog : public QDialog { 19class ProfileEditorDialog : public QDialog {
19 Q_OBJECT 20 Q_OBJECT
20public: 21public:
@@ -40,12 +41,13 @@ private:
40 MetaFactory* m_fact; 41 MetaFactory* m_fact;
41 QHBoxLayout* m_lay; 42 QHBoxLayout* m_lay;
42 Profile m_prof; 43 Profile m_prof;
43 44
44 QLineEdit *m_name; 45 QLineEdit *m_name;
45 QComboBox *m_conCmb, *m_termCmb; 46 QComboBox *m_conCmb, *m_termCmb;
47 QCheckBox *m_autoConnect;
46 48
47 QWidget *m_tabCon, *m_tabTerm; 49 QWidget *m_tabCon, *m_tabTerm;
48 ProfileDialogWidget* m_con, *m_term; 50 ProfileDialogWidget* m_con, *m_term;
49 QHBoxLayout *m_layCon, *m_layTerm; 51 QHBoxLayout *m_layCon, *m_layTerm;
50 OTabWidget *tabWidget; 52 OTabWidget *tabWidget;
51}; 53};