summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
authortux_mike <tux_mike>2002-04-08 21:07:14 (UTC)
committer tux_mike <tux_mike>2002-04-08 21:07:14 (UTC)
commit3c37907fd38287a8402cca1063ce6ba69c75e954 (patch) (side-by-side diff)
tree41bc02fc351a0db0667ddbd7f6d12cfb19a6ffee /core/pim/addressbook/contacteditor.h
parent9dd42008cd6dea68520c58a569874a7cc8230eb0 (diff)
downloadopie-3c37907fd38287a8402cca1063ce6ba69c75e954.zip
opie-3c37907fd38287a8402cca1063ce6ba69c75e954.tar.gz
opie-3c37907fd38287a8402cca1063ce6ba69c75e954.tar.bz2
Fixed little bugs, added macro to disable find on sharp rom, other small feature additons.
Diffstat (limited to 'core/pim/addressbook/contacteditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h
index a799672..a58a860 100644
--- a/core/pim/addressbook/contacteditor.h
+++ b/core/pim/addressbook/contacteditor.h
@@ -83,9 +83,11 @@ class ContactEditor : public QDialog {
void slotChooser1Change( const QString &textChanged );
void slotChooser2Change( const QString &textChanged );
void slotChooser3Change( const QString &textChanged );
+ void slotChooser4Change( const QString &textChanged );
void slotCmbChooser1Change( int index );
void slotCmbChooser2Change( int index );
void slotCmbChooser3Change( int index );
+ void slotCmbChooser4Change( int index );
void slotAddressTypeChange( int index );
void slotAddressChange( const QString &textChanged );
void slotAddress2Change( const QString &textChanged );
@@ -134,9 +136,11 @@ class ContactEditor : public QDialog {
QLineEdit *txtChooserField1;
QLineEdit *txtChooserField2;
QLineEdit *txtChooserField3;
+ QLineEdit *txtChooserField4;
QComboBox *cmbChooserField1;
QComboBox *cmbChooserField2;
QComboBox *cmbChooserField3;
+ QComboBox *cmbChooserField4;
QComboBox *cmbFileAs;
CategorySelect *cmbCat;