diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:26:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 20:28:10 +0900 |
| commit | 120f8eb68f426099c23068a22df25ee0f59bbb86 (patch) | |
| tree | 91208d2520c54de449efd5e50d894e5c8565cfc7 /configdialog/kbfxconfigdlgbutton.ui | |
| parent | dbc335c77fac284429025a8b961a1bc9699da43d (diff) | |
| download | kbfx-120f8eb6.tar.gz kbfx-120f8eb6.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66)
Diffstat (limited to 'configdialog/kbfxconfigdlgbutton.ui')
| -rw-r--r-- | configdialog/kbfxconfigdlgbutton.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configdialog/kbfxconfigdlgbutton.ui b/configdialog/kbfxconfigdlgbutton.ui index 5335eb3..e0744e2 100644 --- a/configdialog/kbfxconfigdlgbutton.ui +++ b/configdialog/kbfxconfigdlgbutton.ui @@ -1237,10 +1237,10 @@ <include location="global" impldecl="in declaration">kbfxpixmaplabel.h</include> <include location="local" impldecl="in implementation">kbfxconfigdlgbutton.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>KbfxConfigDlgButtonChanged(const char * name, const TQString & path)</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>KbfxURLRequesterNormalUrlSelected( const TQString & selected_img_path )</slot> <slot>KbfxURLRequesterPressedUrlSelected( const TQString & selected_img_path )</slot> <slot>KbfxURLRequesterHoverUrlSelected( const TQString & selected_img_path )</slot> @@ -1250,7 +1250,7 @@ <slot>KbfxResizeKickerToggled( bool )</slot> <slot>KbfxFadeButton_toggled( bool _state )</slot> <slot>KbfxFadeTime_lostFocus()</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> |
