From 7c95b68b3568737a10901c3e12d316e06dc4015f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:31:06 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- conduits/sysinfoconduit/sysinfo-setup.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conduits/sysinfoconduit/sysinfo-setup.cpp') diff --git a/conduits/sysinfoconduit/sysinfo-setup.cpp b/conduits/sysinfoconduit/sysinfo-setup.cpp index 70676e4..534c834 100644 --- a/conduits/sysinfoconduit/sysinfo-setup.cpp +++ b/conduits/sysinfoconduit/sysinfo-setup.cpp @@ -103,12 +103,12 @@ SysInfoWidgetConfig::SysInfoWidgetConfig(TQWidget *w, const char *n) : ConduitConfigBase::addAboutPage(fConfigWidget->tabWidget,fAbout); fWidget=fConfigWidget; - TQObject::connect(fConfigWidget->fOutputFile,TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(modified())); - TQObject::connect(fConfigWidget->fTemplateFile,TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(modified())); - TQObject::connect(fConfigWidget->fOutputType,TQT_SIGNAL(clicked(int)), - this,TQT_SLOT(modified())); + TQObject::connect(fConfigWidget->fOutputFile,TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(modified())); + TQObject::connect(fConfigWidget->fTemplateFile,TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(modified())); + TQObject::connect(fConfigWidget->fOutputType,TQ_SIGNAL(clicked(int)), + this,TQ_SLOT(modified())); fConduitName=i18n("System Information"); } -- cgit v1.2.3