summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/korganizer/todoplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/korganizer/todoplugin.cpp')
-rw-r--r--kontact/plugins/korganizer/todoplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/korganizer/todoplugin.cpp b/kontact/plugins/korganizer/todoplugin.cpp
index b12772c6..885c835a 100644
--- a/kontact/plugins/korganizer/todoplugin.cpp
+++ b/kontact/plugins/korganizer/todoplugin.cpp
@@ -161,10 +161,10 @@ bool TodoPlugin::isRunningStandalone()
void TodoPlugin::processDropEvent( TQDropEvent *event )
{
- KABC::Addressee::List list;
+ TDEABC::Addressee::List list;
if ( KVCardDrag::decode( event, list ) ) {
TQStringList attendees;
- KABC::Addressee::List::Iterator it;
+ TDEABC::Addressee::List::Iterator it;
for ( it = list.begin(); it != list.end(); ++it ) {
TQString email = (*it).fullEmail();
if ( email.isEmpty() ) {