diff options
Diffstat (limited to 'src/dpkg.cpp')
-rw-r--r-- | src/dpkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpkg.cpp b/src/dpkg.cpp index cb19488..9ccf0f1 100644 --- a/src/dpkg.cpp +++ b/src/dpkg.cpp @@ -90,7 +90,7 @@ void Dpkg::receiveSearch( const TQStringList & line ) continue; } - int semicolon = (*i).tqfind(':'); + int semicolon = (*i).find(':'); if (semicolon == -1) { kdDebug(DEBUG_ZONE) << "receiveSearch unmatched line : " << *i << endl; |