diff options
Diffstat (limited to 'src/regexps.cpp')
-rw-r--r-- | src/regexps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexps.cpp b/src/regexps.cpp index 9251193..32031c0 100644 --- a/src/regexps.cpp +++ b/src/regexps.cpp @@ -28,7 +28,7 @@ bool match_dversion(TQString version) } kdDebug(DEBUG_ZONE) << version << endl; - int rev_pos = version.tqfindRev('-'); + int rev_pos = version.findRev('-'); if (rev_pos > -1) { allowed_vchars += "-"; |