summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/core.h')
-rw-r--r--kaddressbook/interfaces/core.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h
index 6632984d..1c578e23 100644
--- a/kaddressbook/interfaces/core.h
+++ b/kaddressbook/interfaces/core.h
@@ -54,7 +54,7 @@ class SearchManager;
class KDE_EXPORT Core : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -155,32 +155,32 @@ class KDE_EXPORT Core : public TQObject
virtual void setContactSelected( const TQString &uid ) = 0;
/**
- DCOP METHOD: Adds the given email address to address book.
+ DCOP method: Adds the given email address to address book.
*/
virtual void addEmail( const TQString& addr ) = 0;
/**
- DCOP METHOD: Imports the vCard, located at the given url.
+ DCOP method: Imports the vCard, located at the given url.
*/
virtual void importVCard( const KURL& url ) = 0;
/**
- DCOP METHOD: Imports the given vCard.
+ DCOP method: Imports the given vCard.
*/
virtual void importVCardFromData( const TQString& vCard ) = 0;
/**
- DCOP METHOD: Opens contact editor to input a new contact.
+ DCOP method: Opens contact editor to input a new contact.
*/
virtual void newContact() = 0;
/**
- DCOP METHOD: Opens distribution list editor to input a new distribution list.
+ DCOP method: Opens distribution list editor to input a new distribution list.
*/
virtual void newDistributionList() = 0;
/**
- DCOP METHOD: Returns the name of the contact, that matches the given
+ DCOP method: Returns the name of the contact, that matches the given
phone number.
*/
virtual TQString getNameByPhone( const TQString& phone ) = 0;