diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /korganizer/koprefs.cpp | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'korganizer/koprefs.cpp')
-rw-r--r-- | korganizer/koprefs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index f5f76e26f..969b62449 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp @@ -90,7 +90,7 @@ KOPrefs::KOPrefs() : monthViewFontItem()->setDefaultValue( mDefaultMonthViewFont ); // Load it now, not deep within some painting code - mMyAddrBookMails = KABC::StdAddressBook::self()->whoAmI().emails(); + mMyAddrBookMails = TDEABC::StdAddressBook::self()->whoAmI().emails(); } @@ -380,7 +380,7 @@ TQStringList KOPrefs::fullEmails() fullEmails << TQString("%1 <%2>").arg( fullName() ).arg( *it ); } // Add emails from the user's kaddressbook entry - KABC::Addressee me = KABC::StdAddressBook::self()->whoAmI(); + TDEABC::Addressee me = TDEABC::StdAddressBook::self()->whoAmI(); lst = me.emails(); for ( it = lst.begin(); it != lst.end(); ++it ) { fullEmails << me.fullEmail( *it ); |