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 /libtdepim/kvcarddrag.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'libtdepim/kvcarddrag.h')
-rw-r--r-- | libtdepim/kvcarddrag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/kvcarddrag.h b/libtdepim/kvcarddrag.h index 83c7f3e50..40263ac55 100644 --- a/libtdepim/kvcarddrag.h +++ b/libtdepim/kvcarddrag.h @@ -83,7 +83,7 @@ class KDE_EXPORT KVCardDrag : public TQStoredDrag /** * Decodes the MIME source @p e and puts the resulting vcard into @p addresseess. */ - static bool decode( TQMimeSource *e, KABC::Addressee::List& addressees ); + static bool decode( TQMimeSource *e, TDEABC::Addressee::List& addressees ); protected: virtual void virtual_hook( int id, void* data ); |