summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/newui/button.cpp
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-08 13:26:10 +0900
commit09d3e49e01a4b798762fd505810b092fd0c77b47 (patch)
tree56d2e1c8be467325fab0b9977628ab1384d3e9a4 /apps/ktorrent/newui/button.cpp
parent79e900a6893237b41b0d53a548c03e0f247e806d (diff)
downloadktorrent-09d3e49e01a4b798762fd505810b092fd0c77b47.tar.gz
ktorrent-09d3e49e01a4b798762fd505810b092fd0c77b47.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'apps/ktorrent/newui/button.cpp')
-rw-r--r--apps/ktorrent/newui/button.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/newui/button.cpp b/apps/ktorrent/newui/button.cpp
index 89ed258..7e54e7a 100644
--- a/apps/ktorrent/newui/button.cpp
+++ b/apps/ktorrent/newui/button.cpp
@@ -56,9 +56,9 @@ Button::Button(ButtonBar *parent, const TQString text, const TQIconSet &icon,
TQToolTip::add(this, m_realText);
m_assignAccelAction = new TDEAction(i18n("Assign Accelerator..."), 0,
- TQT_TQOBJECT(this), TQT_SLOT(assignAccel()), TQT_TQOBJECT(this));
+ this, TQT_SLOT(assignAccel()), this);
m_clearAccelAction = new TDEAction(i18n("Clear Accelerator"), 0,
- TQT_TQOBJECT(this), TQT_SLOT(clearAccel()), TQT_TQOBJECT(this));
+ this, TQT_SLOT(clearAccel()), this);
TDEConfig *config = kapp->config();
config->setGroup("UI");