diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:33:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 19:58:23 +0900 |
| commit | dbc335c77fac284429025a8b961a1bc9699da43d (patch) | |
| tree | 5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /configdialog/kbfxconfigdlgthemes.ui.h | |
| parent | 6319099a2e4c24172950c7799e63e1101e270137 (diff) | |
| download | kbfx-dbc335c7.tar.gz kbfx-dbc335c7.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43379ee382fcc18c575c57fdae218a7d0e51e526)
Diffstat (limited to 'configdialog/kbfxconfigdlgthemes.ui.h')
| -rw-r--r-- | configdialog/kbfxconfigdlgthemes.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configdialog/kbfxconfigdlgthemes.ui.h b/configdialog/kbfxconfigdlgthemes.ui.h index af17719..74d600b 100644 --- a/configdialog/kbfxconfigdlgthemes.ui.h +++ b/configdialog/kbfxconfigdlgthemes.ui.h @@ -17,8 +17,8 @@ void KbfxConfigDlgThemes::init() KbfxFormReady = FALSE; img_nopreview = image0; - connect ( this, TQT_SIGNAL ( KbfxThemeDoInstall ( TQString & ) ), - this, TQT_SLOT ( KbfxThemeInstall ( TQString & ) ) ); + connect ( this, TQ_SIGNAL ( KbfxThemeDoInstall ( TQString & ) ), + this, TQ_SLOT ( KbfxThemeInstall ( TQString & ) ) ); } /* |
