From 7dba3110aacdb3220d54c3fe0c2947c25406b700 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:38 -0600 Subject: Additional renaming of kde to tde --- kmail/kmkernel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmkernel.cpp') diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index 54334d8ac..3caa18c23 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -146,10 +146,10 @@ KMKernel::KMKernel (TQObject *parent, const char *name) : new Kpgp::Module(); - // register our own (libkdenetwork) utf-7 codec as long as TQt + // register our own (libtdenetwork) utf-7 codec as long as TQt // doesn't have it's own: if ( !TQTextCodec::codecForName("utf-7") ) { - kdDebug(5006) << "No TQt-native utf-7 codec found; registering TQUtf7Codec from libkdenetwork" << endl; + kdDebug(5006) << "No TQt-native utf-7 codec found; registering TQUtf7Codec from libtdenetwork" << endl; (void) new TQUtf7Codec(); } -- cgit v1.2.1