summaryrefslogtreecommitdiffstats
path: root/configdialog/kbfxconfigdlgthemes.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:33:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:33:37 +0900
commit43379ee382fcc18c575c57fdae218a7d0e51e526 (patch)
tree5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /configdialog/kbfxconfigdlgthemes.ui.h
parentbb92088ae48f7facbc0d25370eb7eb32f183328c (diff)
downloadkbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.tar.gz
kbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configdialog/kbfxconfigdlgthemes.ui.h')
-rw-r--r--configdialog/kbfxconfigdlgthemes.ui.h4
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 & ) ) );
}
/*