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-09 15:44:48 +0900 |
commit | 4caf6f3c92ecc2c41a5a1fe425d4eecc35cfe0e9 (patch) | |
tree | 23409b8378acc2b35e03962ac41f4d6f145a01ae /plugins/search/searchplugin.cpp | |
parent | 29628defddf2b42dd66059850b8a0111ec8f3747 (diff) | |
download | ktorrent-4caf6f3c.tar.gz ktorrent-4caf6f3c.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/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); |