diff --git a/kmkernel.cpp b/kmkernel.cpp index b0d8a48fe..bc7abe59d 100644 --- a/kmkernel.cpp +++ b/kmkernel.cpp @@ -72,7 +72,6 @@ using KWallet::Wallet; #include #include #include -//Added by qt3to4: #include #include @@ -144,7 +143,7 @@ KMKernel::KMKernel (QObject *parent, const char *name) : new Kpgp::Module(); - // register our own (libkdenetwork) utf-7 codec as long as Qt + // register our own (libkdepim) utf-7 codec as long as Qt // doesn't have it's own: if ( !QTextCodec::codecForName("utf-7") ) { kDebug(5006) << "No Qt-native utf-7 codec found; registering QUtf7Codec from libkdenetwork" << endl;