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 /kaddressbook/xxportselectdialog.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/xxportselectdialog.h')
-rw-r--r-- | kaddressbook/xxportselectdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/xxportselectdialog.h b/kaddressbook/xxportselectdialog.h index 5141e5d39..d9355e5b5 100644 --- a/kaddressbook/xxportselectdialog.h +++ b/kaddressbook/xxportselectdialog.h @@ -51,7 +51,7 @@ class XXPortSelectDialog : public KDialogBase XXPortSelectDialog( KAB::Core *core, bool sort, TQWidget* parent, const char* name = 0 ); - KABC::AddresseeList contacts(); + TDEABC::AddresseeList contacts(); private slots: void filterChanged( int ); @@ -76,9 +76,9 @@ class XXPortSelectDialog : public KDialogBase KComboBox *mSortTypeCombo; KAB::Core *mCore; - KABC::AddresseeList mAddresseeList; + TDEABC::AddresseeList mAddresseeList; Filter::List mFilters; - KABC::Field::List mFields; + TDEABC::Field::List mFields; bool mUseSorting; }; |