From dbc335c77fac284429025a8b961a1bc9699da43d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Jan 2024 10:33:37 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 43379ee382fcc18c575c57fdae218a7d0e51e526) --- configdialog/kbfxconfigdlgbutton.ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configdialog/kbfxconfigdlgbutton.ui.h') diff --git a/configdialog/kbfxconfigdlgbutton.ui.h b/configdialog/kbfxconfigdlgbutton.ui.h index 0901dd2..563456c 100644 --- a/configdialog/kbfxconfigdlgbutton.ui.h +++ b/configdialog/kbfxconfigdlgbutton.ui.h @@ -12,8 +12,8 @@ void KbfxConfigDlgButton::init() { - connect ( this, TQT_SIGNAL ( KbfxConfigDlgButtonChanged ( const char *, const TQString & ) ), - this, TQT_SLOT ( ChangeForm ( const char *, const TQString & ) ) ); + connect ( this, TQ_SIGNAL ( KbfxConfigDlgButtonChanged ( const char *, const TQString & ) ), + this, TQ_SLOT ( ChangeForm ( const char *, const TQString & ) ) ); } /* actions performed when url is selected */ -- cgit v1.2.3