summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
authorjosef <josef>2002-10-06 12:12:44 (UTC)
committer josef <josef>2002-10-06 12:12:44 (UTC)
commit13ed195192154a82fd07dde602f27d478007a27f (patch) (unidiff)
tree549b29c75a262e4e629d8e522235018ae565519b /noncore/apps/opie-console/profileeditordialog.h
parent0b7136e077b0ec2767722c38ee0939b53a95fe6a (diff)
downloadopie-13ed195192154a82fd07dde602f27d478007a27f.zip
opie-13ed195192154a82fd07dde602f27d478007a27f.tar.gz
opie-13ed195192154a82fd07dde602f27d478007a27f.tar.bz2
- more factorization
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 dfe4490..00f3c99 100644
--- a/noncore/apps/opie-console/profileeditordialog.h
+++ b/noncore/apps/opie-console/profileeditordialog.h
@@ -52,6 +52,8 @@ private:
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