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/editors/imeditorwidget.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/editors/imeditorwidget.h')
-rw-r--r-- | kaddressbook/editors/imeditorwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/editors/imeditorwidget.h b/kaddressbook/editors/imeditorwidget.h index 517e26498..1119144ce 100644 --- a/kaddressbook/editors/imeditorwidget.h +++ b/kaddressbook/editors/imeditorwidget.h @@ -55,8 +55,8 @@ class IMEditorWidget : public KDialogBase IMEditorWidget( TQWidget *parent, const TQString &preferredIM, const char *name = 0 ); ~IMEditorWidget() {}; - void loadContact( KABC::Addressee *addr ); - void storeContact( KABC::Addressee *addr ); + void loadContact( TDEABC::Addressee *addr ); + void storeContact( TDEABC::Addressee *addr ); void setReadOnly( bool readOnly ); TQValueList<KPluginInfo *> availableProtocols() const; bool isModified() const; |