diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 20:28:10 +0900 |
commit | 120f8eb68f426099c23068a22df25ee0f59bbb86 (patch) | |
tree | 91208d2520c54de449efd5e50d894e5c8565cfc7 /configdialog/kbfxconfigdlgthemes.ui | |
parent | dbc335c77fac284429025a8b961a1bc9699da43d (diff) | |
download | kbfx-120f8eb68f426099c23068a22df25ee0f59bbb86.tar.gz kbfx-120f8eb68f426099c23068a22df25ee0f59bbb86.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66)
Diffstat (limited to 'configdialog/kbfxconfigdlgthemes.ui')
-rw-r--r-- | configdialog/kbfxconfigdlgthemes.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configdialog/kbfxconfigdlgthemes.ui b/configdialog/kbfxconfigdlgthemes.ui index e53ce5f..1579bbe 100644 --- a/configdialog/kbfxconfigdlgthemes.ui +++ b/configdialog/kbfxconfigdlgthemes.ui @@ -1001,10 +1001,10 @@ <variable access="public">TQPixmap img_nopreview;</variable> <variable>static KbfxThemeInfo * _info_box;</variable> </variables> -<Q_SIGNALS> +<signals> <signal>KbfxThemeDoInstall( TQString & installUrl )</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>KbfxURLRequesterThemesPathUrlSelected( const TQString & path )</slot> <slot>KbfxThemeSelected( const TQString & name )</slot> <slot>setKbfxThemePreview()</slot> @@ -1017,7 +1017,7 @@ <slot>KbfxThemeInfoClicked()</slot> <slot>KbfxShowOldThemes_toggled( bool )</slot> <slot>KbfxWatch_toggled( bool )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> |