diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:50 +0900 |
commit | 0d9263f836b892b03742c494bd236d57b63ebb19 (patch) | |
tree | 04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /kpersonalizer | |
parent | 4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff) | |
download | tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpersonalizer')
-rw-r--r-- | kpersonalizer/keyecandypagedlg.ui | 4 | ||||
-rw-r--r-- | kpersonalizer/kospagedlg.ui | 4 | ||||
-rw-r--r-- | kpersonalizer/stylepreview.ui | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kpersonalizer/keyecandypagedlg.ui b/kpersonalizer/keyecandypagedlg.ui index 1a9c7e570..79835faf4 100644 --- a/kpersonalizer/keyecandypagedlg.ui +++ b/kpersonalizer/keyecandypagedlg.ui @@ -251,10 +251,10 @@ If you have a fast, new processor, you might want to turn them all on, but for t <slot>slotEyeCandySliderMoved(int)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>slotEyeCandyShowDetails(bool)</slot> <slot>slotEyeCandySliderMoved(int)</slot> -</Q_SLOTS> +</slots> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> diff --git a/kpersonalizer/kospagedlg.ui b/kpersonalizer/kospagedlg.ui index 30edfeea9..45e2de8b5 100644 --- a/kpersonalizer/kospagedlg.ui +++ b/kpersonalizer/kospagedlg.ui @@ -207,12 +207,12 @@ Trinity allows you to customize its behavior according to your needs.</string> <slot>slotMacDescription()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>slotWindowsDescription()</slot> <slot>slotKDEDescription()</slot> <slot>slotMacDescription()</slot> <slot>slotUnixDescription()</slot> -</Q_SLOTS> +</slots> <includes> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> diff --git a/kpersonalizer/stylepreview.ui b/kpersonalizer/stylepreview.ui index 7e132c4c7..628241ac7 100644 --- a/kpersonalizer/stylepreview.ui +++ b/kpersonalizer/stylepreview.ui @@ -176,10 +176,10 @@ <include location="local" impldecl="in implementation">stylepreview.ui.h</include> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> -<Q_SLOTS> +<slots> <slot>init()</slot> <slot returnType="bool">eventFilter( TQObject * obj, TQEvent * ev )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> |