summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profileeditordialog.h') (more/less context) (ignore 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 dfe4490..00f3c99 100644
--- a/noncore/apps/opie-console/profileeditordialog.h
+++ b/noncore/apps/opie-console/profileeditordialog.h
@@ -43,15 +43,17 @@ public slots:
43private: 43private:
44 //void initUI(); 44 //void initUI();
45 MetaFactory* m_fact; 45 MetaFactory* m_fact;
46 EditBase* m_base; 46 EditBase* m_base;
47 QTabWidget* m_tab; 47 QTabWidget* m_tab;
48 QHBoxLayout* m_lay; 48 QHBoxLayout* m_lay;
49 Profile m_prof; 49 Profile m_prof;
50 50
51 //QLabel *frame_number; 51 //QLabel *frame_number;
52 QLineEdit *name_line; 52 QLineEdit *name_line;
53 //QLineEdit *frame_device_line, *frame_number_line; 53 //QLineEdit *frame_device_line, *frame_number_line;
54 QComboBox *terminal_box, *speed_box, *device_box; 54 QComboBox *terminal_box, *speed_box, *device_box;
55 QWidget *plugin_base, *plugin_plugin;
56 QHBoxLayout *plugin_layout;
55}; 57};
56 58
57#endif 59#endif