diff options
Diffstat (limited to 'kaddressbook/contacteditorwidgetmanager.cpp')
-rw-r--r-- | kaddressbook/contacteditorwidgetmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/contacteditorwidgetmanager.cpp b/kaddressbook/contacteditorwidgetmanager.cpp index cc6bc51da..a88a95545 100644 --- a/kaddressbook/contacteditorwidgetmanager.cpp +++ b/kaddressbook/contacteditorwidgetmanager.cpp @@ -136,7 +136,7 @@ void ContactEditorTabPage::addWidget( KAB::ContactEditorWidget *widget ) connect( widget, TQT_SIGNAL( changed() ), TQT_SIGNAL( changed() ) ); } -void ContactEditorTabPage::loadContact( KABC::Addressee *addr ) +void ContactEditorTabPage::loadContact( TDEABC::Addressee *addr ) { KAB::ContactEditorWidget::List::Iterator it; for ( it = mWidgets.begin(); it != mWidgets.end(); ++it ) { @@ -145,7 +145,7 @@ void ContactEditorTabPage::loadContact( KABC::Addressee *addr ) } } -void ContactEditorTabPage::storeContact( KABC::Addressee *addr ) +void ContactEditorTabPage::storeContact( TDEABC::Addressee *addr ) { KAB::ContactEditorWidget::List::Iterator it; for ( it = mWidgets.begin(); it != mWidgets.end(); ++it ) { |