summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kmail/kmail_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/kmail/kmail_plugin.cpp')
-rw-r--r--kontact/plugins/kmail/kmail_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kmail/kmail_plugin.cpp b/kontact/plugins/kmail/kmail_plugin.cpp
index 5a879747..c2aff819 100644
--- a/kontact/plugins/kmail/kmail_plugin.cpp
+++ b/kontact/plugins/kmail/kmail_plugin.cpp
@@ -83,7 +83,7 @@ bool KMailPlugin::canDecodeDrag( TQMimeSource *qms )
void KMailPlugin::processDropEvent( TQDropEvent * de )
{
kdDebug() << k_funcinfo << endl;
- CalendarLocal cal( TQString::fromLatin1("UTC") );
+ CalendarLocal cal( TQString::tqfromLatin1("UTC") );
KABC::Addressee::List list;
if ( VCalDrag::decode( de, &cal ) || ICalDrag::decode( de, &cal ) ) {