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/configdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configdialog.cpp') diff --git a/src/configdialog.cpp b/src/configdialog.cpp index 504886d..3f6d458 100644 --- a/src/configdialog.cpp +++ b/src/configdialog.cpp @@ -1021,7 +1021,7 @@ void ConfigDialog::slotInstallTemplate() { return; } - NewStuff::Manager man(TQT_TQOBJECT(this)); + NewStuff::Manager man(this); if(man.installTemplate(u)) { loadTemplateList(); } @@ -1051,7 +1051,7 @@ void ConfigDialog::slotDeleteTemplate() { nameFileMap.keys(), 0, false, &ok, this); if(ok && !name.isEmpty()) { TQString file = nameFileMap[name]; - NewStuff::Manager man(TQT_TQOBJECT(this)); + NewStuff::Manager man(this); man.removeTemplate(file); loadTemplateList(); } -- cgit v1.2.3