From 3d581777cdf9c0ff8dc7e757a2cd576f69e96b51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 14 Dec 2023 21:19:13 +0900 Subject: Remove various '#define' strings - part 6 Signed-off-by: Michele Calgaro --- src/gui/stringmapdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/stringmapdialog.cpp') diff --git a/src/gui/stringmapdialog.cpp b/src/gui/stringmapdialog.cpp index e580a8d..28867a0 100644 --- a/src/gui/stringmapdialog.cpp +++ b/src/gui/stringmapdialog.cpp @@ -54,9 +54,9 @@ StringMapDialog::StringMapDialog(const TQMap& map_, TQWidget m_edit2 = new KLineEdit(box); KButtonBox* bb = new KButtonBox(box); bb->addStretch(); - TQPushButton* btn = bb->addButton(i18n("&Set"), TQT_TQOBJECT(this), TQT_SLOT(slotAdd())); + TQPushButton* btn = bb->addButton(i18n("&Set"), this, TQT_SLOT(slotAdd())); btn->setIconSet(BarIcon(TQString::fromLatin1("document-new"), TDEIcon::SizeSmall)); - btn = bb->addButton(i18n("&Delete"), TQT_TQOBJECT(this), TQT_SLOT(slotDelete())); + btn = bb->addButton(i18n("&Delete"), this, TQT_SLOT(slotDelete())); btn->setIconSet(BarIcon(TQString::fromLatin1("edit-delete"), TDEIcon::SizeSmall)); l->addWidget(box); -- cgit v1.2.3