summaryrefslogtreecommitdiffstats
path: root/kmail/mboxjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/mboxjob.cpp')
-rw-r--r--kmail/mboxjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/mboxjob.cpp b/kmail/mboxjob.cpp
index df25a8ad..b591108f 100644
--- a/kmail/mboxjob.cpp
+++ b/kmail/mboxjob.cpp
@@ -67,7 +67,7 @@ MboxJob::~MboxJob()
void
MboxJob::execute()
{
- TQTimer::singleShot( 0, this, TQT_SLOT(startJob()) );
+ TQTimer::singleShot( 0, this, TQ_SLOT(startJob()) );
}
//-----------------------------------------------------------------------------