diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:27:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:25:02 +0900 |
commit | b61a8c7513a9d32cef5d8cd2a286353249df89b3 (patch) | |
tree | 3d7e7038b5673f19c15f1a80ed8c65fc69a256a6 | |
parent | c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c (diff) | |
download | tdepowersave-b61a8c7513a9d32cef5d8cd2a286353249df89b3.tar.gz tdepowersave-b61a8c7513a9d32cef5d8cd2a286353249df89b3.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 075ce6452805df80e2c76f7ece8b6377f24bef6b)
-rw-r--r-- | src/blacklistedit_Dialog.ui | 4 | ||||
-rw-r--r-- | src/configure_Dialog.ui | 4 | ||||
-rw-r--r-- | src/countdown_Dialog.ui | 4 | ||||
-rw-r--r-- | src/info_Dialog.ui | 4 | ||||
-rw-r--r-- | src/log_viewer.ui | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/src/blacklistedit_Dialog.ui b/src/blacklistedit_Dialog.ui index 049b952..45521e0 100644 --- a/src/blacklistedit_Dialog.ui +++ b/src/blacklistedit_Dialog.ui @@ -250,7 +250,7 @@ <tabstop>pB_remove</tabstop> <tabstop>lB_blacklist</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>buttonOk_released()</slot> <slot>buttonCancel_released()</slot> <slot>buttonApply_released()</slot> @@ -261,6 +261,6 @@ <slot>lB_blacklist_selected()</slot> <slot>lB_blacklist_currentChanged(TQListBoxItem*)</slot> <slot>lB_blacklist_currentChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index 6a14bb9..b1c0416 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -2554,7 +2554,7 @@ <tabstop>cB_autostart_neverAsk</tabstop> <tabstop>buttonHelp</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>buttonApply_clicked()</slot> <slot>cB_specificSettings_toggled( bool )</slot> <slot>cB_SpecificPM_toggled( bool )</slot> @@ -2621,6 +2621,6 @@ <slot>pB_editAutosuspendGBlacklist_clicked()</slot> <slot>pB_editAutodimmGBlacklist_clicked()</slot> <slot>sB_autoDimmTime_valueChanged( int )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/countdown_Dialog.ui b/src/countdown_Dialog.ui index 6874b9a..fd8c25e 100644 --- a/src/countdown_Dialog.ui +++ b/src/countdown_Dialog.ui @@ -194,9 +194,9 @@ <slot>pB_cancel_pressed()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>pB_cancel_pressed()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kprogress.h</include> diff --git a/src/info_Dialog.ui b/src/info_Dialog.ui index f018148..61d9a9b 100644 --- a/src/info_Dialog.ui +++ b/src/info_Dialog.ui @@ -204,8 +204,8 @@ <slot>ButtonOK_clicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>ButtonOK_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/log_viewer.ui b/src/log_viewer.ui index cf99f42..b28572d 100644 --- a/src/log_viewer.ui +++ b/src/log_viewer.ui @@ -96,10 +96,10 @@ <slot>pB_save_clicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>pB_close_clicked()</slot> <slot>pB_save_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">ktextedit.h</include> |