diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:27:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 21:25:02 +0900 |
commit | b61a8c7513a9d32cef5d8cd2a286353249df89b3 (patch) | |
tree | 3d7e7038b5673f19c15f1a80ed8c65fc69a256a6 /src/configure_Dialog.ui | |
parent | c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c (diff) | |
download | tdepowersave-b61a8c7513a9d32cef5d8cd2a286353249df89b3.tar.gz tdepowersave-b61a8c7513a9d32cef5d8cd2a286353249df89b3.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 075ce6452805df80e2c76f7ece8b6377f24bef6b)
Diffstat (limited to 'src/configure_Dialog.ui')
-rw-r--r-- | src/configure_Dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |