diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:27:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:27:40 +0900 |
commit | aa677ad448d5ba8a7e5c5927919d8fd0213e98b5 (patch) | |
tree | fdb48e1fb8176332c1f3661d1fea16c337ce7ad4 | |
parent | 27c4f9d521b001349222740b1980871cc62f6cf4 (diff) | |
download | filelight-aa677ad448d5ba8a7e5c5927919d8fd0213e98b5.tar.gz filelight-aa677ad448d5ba8a7e5c5927919d8fd0213e98b5.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e89ebac81225c268c132ab6fa45d8eb4baf12756)
-rw-r--r-- | src/part/dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/dialog.ui b/src/part/dialog.ui index 6904fe5..dfaac93 100644 --- a/src/part/dialog.ui +++ b/src/part/dialog.ui @@ -561,11 +561,11 @@ <tabstop>dontScanRemoteMounts</tabstop> <tabstop>dontScanRemovableMedia</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>toggleDontScanRemovableMedia(bool)</slot> <slot>toggleDontScanRemoteMounts(bool)</slot> <slot>toggleScanAcrossMounts(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="local" impldecl="in implementation">knuminput.h</include> |