diff --git a/imapaccountbase.cpp b/imapaccountbase.cpp index 015a51ee4..e8f8d1d20 100644 --- a/imapaccountbase.cpp +++ b/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!"; } }