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
@@ -85,2 +85,3 @@ class ContactEditor : public QDialog {
void slotChooser3Change( const QString &textChanged );
+ void slotChooser4Change( const QString &textChanged );
void slotCmbChooser1Change( int index );
@@ -88,2 +89,3 @@ class ContactEditor : public QDialog {
void slotCmbChooser3Change( int index );
+ void slotCmbChooser4Change( int index );
void slotAddressTypeChange( int index );
@@ -136,2 +138,3 @@ class ContactEditor : public QDialog {
QLineEdit *txtChooserField3;
+ QLineEdit *txtChooserField4;
QComboBox *cmbChooserField1;
@@ -139,2 +142,3 @@ class ContactEditor : public QDialog {
QComboBox *cmbChooserField3;
+ QComboBox *cmbChooserField4;
QComboBox *cmbFileAs;