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 /kalarm/birthdaydlg.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kalarm/birthdaydlg.h')
-rw-r--r-- | kalarm/birthdaydlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/birthdaydlg.h b/kalarm/birthdaydlg.h index ccddbd656..ee5511466 100644 --- a/kalarm/birthdaydlg.h +++ b/kalarm/birthdaydlg.h @@ -35,7 +35,7 @@ class SpecialActionsButton; class RepetitionButton; class LateCancelSelector; class Reminder; -namespace KABC { class AddressBook; } +namespace TDEABC { class AddressBook; } class BLineEdit; class BListView; @@ -60,7 +60,7 @@ class BirthdayDlg : public KDialogBase private: void loadAddressBook(); - static const KABC::AddressBook* mAddressBook; + static const TDEABC::AddressBook* mAddressBook; BListView* mAddresseeList; BLineEdit* mPrefix; BLineEdit* mSuffix; |