summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/kaddressbook/kaddressbook_plugin.cpp')
-rw-r--r--kontact/plugins/kaddressbook/kaddressbook_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
index 88a975b7..34bec493 100644
--- a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
+++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
@@ -171,7 +171,7 @@ void KAddressbookPlugin::processDropEvent( TQDropEvent *event )
}
KMessageBox::sorry( core(), i18n( "Cannot handle drop events of type '%1'." )
- .arg( event->format() ) );
+ .tqarg( event->format() ) );
}