From 269551cf8e80ed83b626bb793f0f9f15b5f2809c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jan 2024 11:38:29 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/standardscandialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/standardscandialog.cpp') diff --git a/src/standardscandialog.cpp b/src/standardscandialog.cpp index 32f1138..d352665 100644 --- a/src/standardscandialog.cpp +++ b/src/standardscandialog.cpp @@ -34,7 +34,7 @@ StandardScanDialog::StandardScanDialog(TQWidget *parent) m_oldStation(NULL), m_ignorePower(false) { - TQObject::connect(buttonCancel, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotCancelDone())); + TQObject::connect(buttonCancel, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotCancelDone())); } -- cgit v1.2.1