summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.cpp34
1 files changed, 1 insertions, 33 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp
index 6d92ac3..0e752ca 100644
--- a/core/pim/addressbook/contacteditor.cpp
+++ b/core/pim/addressbook/contacteditor.cpp
@@ -530,7 +530,4 @@ void ContactEditor::slotChooser3Change( const QString &textChanged ) {
void ContactEditor::slotAddressChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[0]);
- qDebug((*slHomeAddress)[0]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[0] = textChanged;
@@ -542,8 +539,4 @@ void ContactEditor::slotAddressChange( const QString &textChanged ) {
void ContactEditor::slotAddress2Change( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[1]);
- qDebug((*slHomeAddress)[1]);
- qDebug(textChanged);
-
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[1] = textChanged;
@@ -555,7 +548,4 @@ void ContactEditor::slotAddress2Change( const QString &textChanged ) {
void ContactEditor::slotPOBoxChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[2]);
- qDebug((*slHomeAddress)[2]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[2] = textChanged;
@@ -567,7 +557,4 @@ void ContactEditor::slotPOBoxChange( const QString &textChanged ) {
void ContactEditor::slotCityChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[3]);
- qDebug((*slHomeAddress)[3]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[3] = textChanged;
@@ -580,7 +567,4 @@ void ContactEditor::slotStateChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[4]);
- qDebug((*slHomeAddress)[4]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[4] = textChanged;
@@ -592,7 +576,4 @@ void ContactEditor::slotStateChange( const QString &textChanged ) {
void ContactEditor::slotZipChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[5]);
- qDebug((*slHomeAddress)[5]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[5] = textChanged;
@@ -604,7 +585,4 @@ void ContactEditor::slotZipChange( const QString &textChanged ) {
void ContactEditor::slotCountryChange( const QString &textChanged ) {
- qDebug((*slBusinessAddress)[6]);
- qDebug((*slHomeAddress)[6]);
- qDebug(textChanged);
if ( cmbAddress->currentItem() == 0 ) {
(*slBusinessAddress)[6] = textChanged;
@@ -634,14 +612,4 @@ void ContactEditor::slotCmbChooser3Change( int index ) {
void ContactEditor::slotAddressTypeChange( int index ) {
- qDebug((*slBusinessAddress)[0]);
- qDebug((*slBusinessAddress)[1]);
- qDebug((*slBusinessAddress)[2]);
-qDebug((*slBusinessAddress)[3]);
-qDebug((*slBusinessAddress)[4]);
-qDebug((*slBusinessAddress)[5]);
-qDebug((*slBusinessAddress)[6]);
-
-
-
if ( index == 0 ) {
@@ -1003,5 +971,5 @@ void ContactEditor::setEntry( const Contact &entry ) {
if (hasCity) {
(*slHomeAddress)[3] = ent.homeCity();
- (*slBusinessAddress)[3] = ent.homeCity();
+ (*slBusinessAddress)[3] = ent.businessCity();
}