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 --- kode/kodemain.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kode') diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp index e91be0c8..ab332c2b 100644 --- a/kode/kodemain.cpp +++ b/kode/kodemain.cpp @@ -366,13 +366,13 @@ int create( TDECmdLineArgs *args ) TQString authorEmail = args->getOption( "author-email" ); TQString authorName; - KABC::Addressee a; + TDEABC::Addressee a; if ( authorEmail.isEmpty() ) { - a = KABC::StdAddressBook::self()->whoAmI(); + a = TDEABC::StdAddressBook::self()->whoAmI(); authorEmail = a.preferredEmail(); } else { - KABC::Addressee::List as = - KABC::StdAddressBook::self()->findByEmail( authorEmail ); + TDEABC::Addressee::List as = + TDEABC::StdAddressBook::self()->findByEmail( authorEmail ); if ( as.isEmpty() ) { kdDebug() << "Unable to find '" << authorEmail << "' in address book." << endl; -- cgit v1.2.3