diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
commit | 477975ca208e5f68bc748118dc6a18bd94895961 (patch) | |
tree | 670e3912afc908378c1d75084ded99713b6e5817 /akregator/src | |
parent | d2f343cc239e1fa25c9581cf35bada96692c41db (diff) | |
download | tdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'akregator/src')
-rw-r--r-- | akregator/src/propertieswidgetbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/propertieswidgetbase.ui b/akregator/src/propertieswidgetbase.ui index fae011b0..073c46b4 100644 --- a/akregator/src/propertieswidgetbase.ui +++ b/akregator/src/propertieswidgetbase.ui @@ -452,10 +452,10 @@ <slot>setEnabled(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected" specifier="pure virtual">slotUpdateComboBoxActivated( int )</slot> <slot access="protected" specifier="pure virtual">slotUpdateCheckBoxToggled( bool )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> |