SVNSILENT minor cleanup

svn path=/trunk/KDE/kdepim/; revision=678609
wilder-work
Till Adam 19 years ago
parent ee1e344f75
commit e49c19ba2d
  1. 3
      kmkernel.cpp

@ -72,7 +72,6 @@ using KWallet::Wallet;
#include <QList>
#include <QObject>
#include <QWidget>
//Added by qt3to4:
#include <qutf7codec.h>
#include <sys/types.h>
@ -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;

Loading…
Cancel
Save