diff options
Diffstat (limited to 'kmail/renamejob.cpp')
-rw-r--r-- | kmail/renamejob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/renamejob.cpp b/kmail/renamejob.cpp index 7715c5871..ed8aa5cb7 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 children state is correct + // make sure the tqchildren state is correct if ( mNewFolder->child() && ( mNewFolder->storage()->hasChildren() == FolderStorage::HasNoChildren ) ) mNewFolder->storage()->updateChildrenState(); |