summaryrefslogtreecommitdiffstats
path: root/kdict/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/toplevel.cpp')
-rw-r--r--kdict/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/toplevel.cpp b/kdict/toplevel.cpp
index 48a5c30a..31cb4dfa 100644
--- a/kdict/toplevel.cpp
+++ b/kdict/toplevel.cpp
@@ -203,7 +203,7 @@ bool TopLevel::setDatabase(TQString db)
{
kdDebug(5004) << "*DCOP call* TopLevel::setDatabase()" << endl;
- int newCurrent = global->databases.tqfindIndex(db);
+ int newCurrent = global->databases.findIndex(db);
if (newCurrent == -1)
return false;
else {