diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /kaddressbook/interfaces/core.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/interfaces/core.h')
-rw-r--r-- | kaddressbook/interfaces/core.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h index fcf41028f..0132399c1 100644 --- a/kaddressbook/interfaces/core.h +++ b/kaddressbook/interfaces/core.h @@ -37,7 +37,7 @@ #include <kxmlguiclient.h> #include <tdepimmacros.h> -namespace KABC { +namespace TDEABC { class AddressBook; class Resource; } @@ -63,7 +63,7 @@ class KDE_EXPORT Core : public TQObject /** Returns a pointer to the StdAddressBook of the application. */ - virtual KABC::AddressBook *addressBook() const = 0; + virtual TDEABC::AddressBook *addressBook() const = 0; /** Returns a pointer to the TDEConfig object of the application. @@ -84,7 +84,7 @@ class KDE_EXPORT Core : public TQObject /** Returns the current sort field. */ - virtual KABC::Field *currentSortField() const = 0; + virtual TDEABC::Field *currentSortField() const = 0; /** Returns the uid list of the currently selected contacts. @@ -96,7 +96,7 @@ class KDE_EXPORT Core : public TQObject resource or a null pointer if no resource was selected by the user. */ - virtual KABC::Resource *requestResource( TQWidget *parent ) = 0; + virtual TDEABC::Resource *requestResource( TQWidget *parent ) = 0; /** Returns the parent widget. |