summaryrefslogtreecommitdiffstats
path: root/kmail/jobscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/jobscheduler.cpp')
-rw-r--r--kmail/jobscheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/jobscheduler.cpp b/kmail/jobscheduler.cpp
index d5374fe4..2129490b 100644
--- a/kmail/jobscheduler.cpp
+++ b/kmail/jobscheduler.cpp
@@ -46,7 +46,7 @@ JobScheduler::JobScheduler( TQObject* parent, const char* name )
JobScheduler::~JobScheduler()
{
- // delete tasks in tasklist (no autodelete for TQValueList)
+ // delete tasks in tastdelist (no autodelete for TQValueList)
for( TaskList::Iterator it = mTaskList.begin(); it != mTaskList.end(); ++it ) {
delete (*it);
}