diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:24:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:24:47 +0900 |
commit | b600a4835cdc40f7c3f17ee66653569a16370f22 (patch) | |
tree | c5cc5b053564bc6603676385f5c7559f6e62fbb8 | |
parent | 5809bef5fab96182a781fcad03a0ece1effffd72 (diff) | |
download | kbookreader-b600a4835cdc40f7c3f17ee66653569a16370f22.tar.gz kbookreader-b600a4835cdc40f7c3f17ee66653569a16370f22.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/settingsdlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdlg.ui b/src/settingsdlg.ui index 5793ef3..3ac7b57 100644 --- a/src/settingsdlg.ui +++ b/src/settingsdlg.ui @@ -154,9 +154,9 @@ <slot>kcfg_ParaOffset_valueChanged(const TQString&)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>kcfg_ParaOffset_valueChanged(const TQString&)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">tdefontrequester.h</include> |