summaryrefslogtreecommitdiffstats
path: root/kdict/queryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/queryview.cpp')
-rw-r--r--kdict/queryview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/queryview.cpp b/kdict/queryview.cpp
index 40aac513..61411cd2 100644
--- a/kdict/queryview.cpp
+++ b/kdict/queryview.cpp
@@ -231,7 +231,7 @@ void QueryView::saveQuery()
if (!browseList.isEmpty()) {
BrowseData* brw = browseList.at(browsePos);
TQString fName = brw->queryText+".html";
- fName.tqreplace(TQRegExp("[\\s/]"),"_");
+ fName.replace(TQRegExp("[\\s/]"),"_");
SaveHelper helper(fName,"*.html",global->topLevel);
TQFile *file = helper.getFile(TQString());
@@ -282,7 +282,7 @@ void QueryView::copySelection()
void QueryView::showFindDialog()
{
- KAction *act = part->actionCollection()->action("tqfind");
+ KAction *act = part->actionCollection()->action("find");
if (act)
act->activate();
}