diff options
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r-- | kmail/kmkernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index 2bcf6c2ab..11e291ef2 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -161,7 +161,7 @@ KMKernel::KMKernel (TQObject *parent, const char *name) : netCodec = TQTextCodec::codecForName("jis7"); // TQTextCodec *cdc = TQTextCodec::codecForName("jis7"); // TQTextCodec::setCodecForLocale(cdc); - // KGlobal::locale()->setEncoding(cdc->mibEnum()); + // TDEGlobal::locale()->setEncoding(cdc->mibEnum()); } else { netCodec = TQTextCodec::codecForLocale(); } |