diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 13:26:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 13:26:10 +0900 |
commit | 09d3e49e01a4b798762fd505810b092fd0c77b47 (patch) | |
tree | 56d2e1c8be467325fab0b9977628ab1384d3e9a4 /plugins/search/searchplugin.cpp | |
parent | 79e900a6893237b41b0d53a548c03e0f247e806d (diff) | |
download | ktorrent-09d3e49e01a4b798762fd505810b092fd0c77b47.tar.gz ktorrent-09d3e49e01a4b798762fd505810b092fd0c77b47.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/search/searchplugin.cpp')
-rw-r--r-- | plugins/search/searchplugin.cpp | 2 |
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); |