X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fnewvendordialog.h;h=e9fc177a1922c8bf14142bbbc26d8847a2b8326e;hb=6df1a447a1fa1b9e51fd177a806f910813657b09;hp=e224bb170982eb2b8449767ed3fa717c9832eb1a;hpb=f3116511d09acfd5b32d3412c82c4337d89f2ad9;p=schematic diff --git a/src/newvendordialog.h b/src/newvendordialog.h index e224bb1..e9fc177 100644 --- a/src/newvendordialog.h +++ b/src/newvendordialog.h @@ -2,6 +2,8 @@ #define __NEWVENDORDIALOG_H__ #include +#include "addresseditwidget.h" +#include "contacteditwidget.h" class NewVendorDialog: public QDialog { @@ -19,21 +21,9 @@ class NewVendorDialog: public QDialog QComboBox * combo1; QCheckBox * checkbox1; - QLineEdit * edit2; - QLineEdit * edit3; - QLineEdit * edit4; - QLineEdit * edit5; - QLineEdit * edit6; - - QComboBox * combo2; - QLineEdit * edit7; - QLineEdit * edit8; - QLineEdit * edit9; - QLineEdit * edit10; - QLineEdit * edit11; - QLineEdit * edit12; - QListWidget * list; + AddressEditWidget * address; + ContactEditWidget * contact; }; #endif // __NEWVENDORDIALOG_H__