summaryrefslogtreecommitdiffstats
path: root/kdesu/stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesu/stub.cpp')
-rw-r--r--kdesu/stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesu/stub.cpp b/kdesu/stub.cpp
index c7f39c4a8..2af171d72 100644
--- a/kdesu/stub.cpp
+++ b/kdesu/stub.cpp
@@ -145,7 +145,7 @@ int StubProcess::ConverseStub(int check)
it != env.end();
++it )
{
- if( (*it).tqfind( "DESKTOP_STARTUP_ID=" ) == 0 )
+ if( (*it).find( "DESKTOP_STARTUP_ID=" ) == 0 )
tmp = (*it).mid( strlen( "DESKTOP_STARTUP_ID=" ));
}
if( tmp.isEmpty())