summaryrefslogtreecommitdiffstats
path: root/kmail/mboxjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/mboxjob.cpp')
-rw-r--r--kmail/mboxjob.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/mboxjob.cpp b/kmail/mboxjob.cpp
index 0d46fe8b..2205e86f 100644
--- a/kmail/mboxjob.cpp
+++ b/kmail/mboxjob.cpp
@@ -72,9 +72,9 @@ MboxJob::execute()
//-----------------------------------------------------------------------------
void
-MboxJob::setParent( const KMFolderMbox *tqparent )
+MboxJob::setParent( const KMFolderMbox *parent )
{
- mParent = const_cast<KMFolderMbox*>( tqparent );
+ mParent = const_cast<KMFolderMbox*>( parent );
}
//-----------------------------------------------------------------------------
@@ -82,7 +82,7 @@ void
MboxJob::startJob()
{
KMMessage *msg = mMsgList.first();
- assert( (msg && ( mParent || msg->tqparent() )) );
+ assert( (msg && ( mParent || msg->parent() )) );
switch( mType ) {
case tGetMessage:
{