summaryrefslogtreecommitdiffstats
path: root/kio/kio/kacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kacl.cpp')
-rw-r--r--kio/kio/kacl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kacl.cpp b/kio/kio/kacl.cpp
index 4d12bf3e9..5dd138b05 100644
--- a/kio/kio/kacl.cpp
+++ b/kio/kio/kacl.cpp
@@ -447,7 +447,7 @@ bool KACL::KACLPrivate::setAllUsersOrGroups( const TQValueList< QPair<TQString,
if ( currentTag == type ) {
acl_delete_entry( newACL, entry );
// we have to start from the beginning, the iterator is
- // tqinvalidated, on deletion
+ // invalidated, on deletion
ret = acl_get_entry( newACL, ACL_FIRST_ENTRY, &entry );
} else {
ret = acl_get_entry( newACL, ACL_NEXT_ENTRY, &entry );