Fix unintended renaming

pull/21/head
Timothy Pearson 11 years ago
parent d318087925
commit 123494ee0e

@ -46,7 +46,7 @@ JobScheduler::JobScheduler( TQObject* parent, const char* name )
JobScheduler::~JobScheduler()
{
// delete tasks in tastdelist (no autodelete for TQValueList)
// delete tasks in tasklist (no autodelete for TQValueList)
for( TaskList::Iterator it = mTaskList.begin(); it != mTaskList.end(); ++it ) {
delete (*it);
}

Loading…
Cancel
Save