diff options
author | Michele Calgaro <[email protected]> | 2024-01-05 10:33:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-07 19:58:23 +0900 |
commit | dbc335c77fac284429025a8b961a1bc9699da43d (patch) | |
tree | 5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /configdialog/kbfxconfigdlgbutton.ui.h | |
parent | 6319099a2e4c24172950c7799e63e1101e270137 (diff) | |
download | kbfx-dbc335c77fac284429025a8b961a1bc9699da43d.tar.gz kbfx-dbc335c77fac284429025a8b961a1bc9699da43d.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 43379ee382fcc18c575c57fdae218a7d0e51e526)
Diffstat (limited to 'configdialog/kbfxconfigdlgbutton.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgbutton.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |