diff -r 56cd8111b7f7 -r 41300fa6a67c tools/makeqpf/mainwindow.cpp --- a/tools/makeqpf/mainwindow.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tools/makeqpf/mainwindow.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -269,7 +269,7 @@ if (line.isEmpty() || line.startsWith(QLatin1Char('#'))) continue; - if (!rangeExpr.exactMatch(line) || rangeExpr.numCaptures() != 3) + if (!rangeExpr.exactMatch(line) || rangeExpr.captureCount() != 3) continue; QPF::CharacterRange range;