summaryrefslogtreecommitdiffstats
path: root/kmail/renamejob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/renamejob.cpp')
-rw-r--r--kmail/renamejob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/renamejob.cpp b/kmail/renamejob.cpp
index ed8aa5cb..7715c587 100644
--- a/kmail/renamejob.cpp
+++ b/kmail/renamejob.cpp
@@ -220,7 +220,7 @@ void RenameJob::folderCopyComplete(bool success)
config->writeEntry( it.key(), it.data() );
}
mNewFolder->readConfig( config );
- // make sure the tqchildren state is correct
+ // make sure the children state is correct
if ( mNewFolder->child() &&
( mNewFolder->storage()->hasChildren() == FolderStorage::HasNoChildren ) )
mNewFolder->storage()->updateChildrenState();