summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-12 20:20:56 (UTC)
committer zautrix <zautrix>2004-10-12 20:20:56 (UTC)
commit4a3a203c0f95f7d53a784c785004f8c4452c0154 (patch) (side-by-side diff)
treecc91865a5ef2fa010a391ab1c2dd8c9af6f5be5b
parent77e3a7bc670f4c9b7eb5a5d6652a7986ea196533 (diff)
downloadkdepimpi-4a3a203c0f95f7d53a784c785004f8c4452c0154.zip
kdepimpi-4a3a203c0f95f7d53a784c785004f8c4452c0154.tar.gz
kdepimpi-4a3a203c0f95f7d53a784c785004f8c4452c0154.tar.bz2
layout bugfixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addresseeview.cpp1
-rw-r--r--kaddressbook/addresseeeditorwidget.cpp7
2 files changed, 1 insertions, 7 deletions
diff --git a/kabc/addresseeview.cpp b/kabc/addresseeview.cpp
index af149a0..0564e85 100644
--- a/kabc/addresseeview.cpp
+++ b/kabc/addresseeview.cpp
@@ -108,3 +108,2 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
dynamicPart += getPhoneNumbers( true );
- qDebug("dynamic preferred %s ",dynamicPart.latin1() );
QStringList emails = mAddressee.emails();
diff --git a/kaddressbook/addresseeeditorwidget.cpp b/kaddressbook/addresseeeditorwidget.cpp
index 50b6b6d..4db0a20 100644
--- a/kaddressbook/addresseeeditorwidget.cpp
+++ b/kaddressbook/addresseeeditorwidget.cpp
@@ -302,3 +302,3 @@ void AddresseeEditorWidget::setupTab1()
///////////////////////////////////////
- QHBox *categoryBox = new QHBox( tab1 );
+ QHBox *categoryBox = new QHBox( tab1 ,"cato");
categoryBox->setSpacing( KDialogBase::spacingHint() );
@@ -616,3 +616,2 @@ void AddresseeEditorWidget::setupTab2()
label = new QLabel( i18n( "Nick name:" )+" ", nbox );
- layout->addWidget( label, iii, 1 );
mNicknameEdit = new KLineEdit( nbox );
@@ -623,3 +622,2 @@ void AddresseeEditorWidget::setupTab2()
label = new QLabel( " "+i18n( "Spouse's name:" )+" ", nbox );
- layout->addWidget( label, iii, 1 );
mSpouseEdit = new KLineEdit( nbox );
@@ -628,3 +626,2 @@ void AddresseeEditorWidget::setupTab2()
label->setBuddy( mSpouseEdit );
- layout->addWidget( mSpouseEdit, iii, 2 );
layout->addMultiCellWidget( nbox, iii, iii, 1, 2 );
@@ -663,3 +660,2 @@ void AddresseeEditorWidget::setupTab2()
label = new QLabel( i18n( "Birthday:" )+" ", nbox );
- layout->addWidget( label, iii, 1 );
mBirthdayPicker = new KDateEdit( nbox );
@@ -673,3 +669,2 @@ void AddresseeEditorWidget::setupTab2()
label = new QLabel( " "+i18n( "Anniversary:" )+" ", nbox );
- layout->addWidget( label, iii, 1 );
mAnniversaryPicker = new KDateEdit( nbox );