diff options
Diffstat (limited to 'kdesu/kdesud/repo.cpp')
| -rw-r--r-- | kdesu/kdesud/repo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kdesu/kdesud/repo.cpp b/kdesu/kdesud/repo.cpp index 539dc35ed..cdbbcaed1 100644 --- a/kdesu/kdesud/repo.cpp +++ b/kdesu/kdesud/repo.cpp @@ -134,7 +134,7 @@ TQCString Repository::findKeys(const TQCString &group, const char *sep ) const                  if (!list.isEmpty())                  {                      // Add the same keys only once please :) -                    if( !list.tqcontains(key) ) +                    if( !list.contains(key) )                      {                          kdDebug(1205) << "Key added to list: " << key << endl;                          list += '\007'; // I do not know | 
