summaryrefslogtreecommitdiffstats
path: root/kinit/kinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kinit/kinit.cpp')
-rw-r--r--kinit/kinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/kinit.cpp b/kinit/kinit.cpp
index f34a6a219..b7588d280 100644
--- a/kinit/kinit.cpp
+++ b/kinit/kinit.cpp
@@ -535,7 +535,7 @@ static pid_t launch(int argc, const char *_name, const char *args,
++it )
{
TQCString tmp( it.current());
- int pos = tmp.find( '=' );
+ int pos = tmp.tqfind( '=' );
if( pos >= 0 )
unsetenv( tmp.left( pos ));
}