diff options
Diffstat (limited to 'kdict/matchview.cpp')
-rw-r--r-- | kdict/matchview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/matchview.cpp b/kdict/matchview.cpp index e633c2a2..76e05c6f 100644 --- a/kdict/matchview.cpp +++ b/kdict/matchview.cpp @@ -176,7 +176,7 @@ void MatchView::updateStrategyCombo() bool MatchView::selectStrategy(const TQString &strategy) const { - int newCurrent = global->strategies.tqfindIndex(strategy); + int newCurrent = global->strategies.findIndex(strategy); if (newCurrent == -1) return false; else { |