diff options
Diffstat (limited to 'kmail/mboxjob.cpp')
-rw-r--r-- | kmail/mboxjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/mboxjob.cpp b/kmail/mboxjob.cpp index df25a8ada..b591108f6 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()) ); } //----------------------------------------------------------------------------- |