Fix kdebug porting error

svn path=/trunk/KDE/kdepim/; revision=1012499
wilder-work
Thomas McGuire 17 years ago
parent 1df7a591de
commit 4020e87d2e
  1. 2
      imapaccountbase.cpp

@ -114,7 +114,7 @@ ImapAccountBase::ImapAccountBase( AccountManager *parent, const QString &name, u
ImapAccountBase::~ImapAccountBase()
{
qDeleteAll (mBodyPartList );
if ( !mSlave ) {
if ( mSlave ) {
kWarning() << "Slave should have been destroyed by subclass!";
}
}

Loading…
Cancel
Save