summaryrefslogtreecommitdiffstats
path: root/src/regexps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexps.cpp')
-rw-r--r--src/regexps.cpp2
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 += "-";