summaryrefslogtreecommitdiffstats
path: root/kaddressbook/advancedcustomfields.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/advancedcustomfields.h')
-rw-r--r--kaddressbook/advancedcustomfields.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/advancedcustomfields.h b/kaddressbook/advancedcustomfields.h
index 7e36faa3..5d4b2758 100644
--- a/kaddressbook/advancedcustomfields.h
+++ b/kaddressbook/advancedcustomfields.h
@@ -42,11 +42,11 @@ class AdvancedCustomFields : public KAB::ContactEditorWidget
public:
- AdvancedCustomFields( const TQString &uiFile, KABC::AddressBook *ab,
+ AdvancedCustomFields( const TQString &uiFile, TDEABC::AddressBook *ab,
TQWidget *parent, const char *name = 0 );
- void loadContact( KABC::Addressee *addr );
- void storeContact( KABC::Addressee *addr );
+ void loadContact( TDEABC::Addressee *addr );
+ void storeContact( TDEABC::Addressee *addr );
void setReadOnly( bool readOnly );
TQString pageIdentifier() const;