From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- kaddressbook/geowidget.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kaddressbook/geowidget.cpp') diff --git a/kaddressbook/geowidget.cpp b/kaddressbook/geowidget.cpp index f7261bf7..4ff19033 100644 --- a/kaddressbook/geowidget.cpp +++ b/kaddressbook/geowidget.cpp @@ -44,7 +44,7 @@ #include "geowidget.h" -GeoWidget::GeoWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) +GeoWidget::GeoWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *name ) : KAB::ContactEditorWidget( ab, parent, name ), mReadOnly( false ) { TQLabel *label = 0; @@ -105,9 +105,9 @@ GeoWidget::~GeoWidget() { } -void GeoWidget::loadContact( KABC::Addressee *addr ) +void GeoWidget::loadContact( TDEABC::Addressee *addr ) { - KABC::Geo geo = addr->geo(); + TDEABC::Geo geo = addr->geo(); if ( geo.isValid() ) { if ( !mReadOnly ) @@ -118,9 +118,9 @@ void GeoWidget::loadContact( KABC::Addressee *addr ) mGeoIsValid->setChecked( false ); } -void GeoWidget::storeContact( KABC::Addressee *addr ) +void GeoWidget::storeContact( TDEABC::Addressee *addr ) { - KABC::Geo geo; + TDEABC::Geo geo; if ( mGeoIsValid->isChecked() ) { geo.setLatitude( mLatitudeBox->value() ); -- cgit v1.2.3