summaryrefslogtreecommitdiffstats
path: root/plugins/search
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-08 13:26:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-09 15:44:48 +0900
commit4caf6f3c92ecc2c41a5a1fe425d4eecc35cfe0e9 (patch)
tree23409b8378acc2b35e03962ac41f4d6f145a01ae /plugins/search
parent29628defddf2b42dd66059850b8a0111ec8f3747 (diff)
downloadktorrent-4caf6f3c92ecc2c41a5a1fe425d4eecc35cfe0e9.tar.gz
ktorrent-4caf6f3c92ecc2c41a5a1fe425d4eecc35cfe0e9.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 09d3e49e01a4b798762fd505810b092fd0c77b47)
Diffstat (limited to 'plugins/search')
-rw-r--r--plugins/search/searchplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/searchplugin.cpp b/plugins/search/searchplugin.cpp
index e1126f5..a45e474 100644
--- a/plugins/search/searchplugin.cpp
+++ b/plugins/search/searchplugin.cpp
@@ -118,7 +118,7 @@ namespace kt
SearchWidget* search = new SearchWidget(this);
getGUI()->addTabPage(search,iload->loadIconSet("viewmag", TDEIcon::Small),text,this);
- TDEAction* copy_act = KStdAction::copy(TQT_TQOBJECT(search),TQT_SLOT(copy()),actionCollection());
+ TDEAction* copy_act = KStdAction::copy(search,TQT_SLOT(copy()),actionCollection());
copy_act->plug(search->rightClickMenu(),0);
searches.append(search);