diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:25:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 00:08:01 +0900 |
commit | 67aa6b188ef42c2162da6172856ffbd4d7789414 (patch) | |
tree | edb62b826c86a0354cd5b9501fecd7c65591961b /kplato | |
parent | cf1bb69b2973368b5ac0d7d347a7fa7b8dfa43a1 (diff) | |
download | koffice-67aa6b18.tar.gz koffice-67aa6b18.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
Diffstat (limited to 'kplato')
-rw-r--r-- | kplato/kptconfigbehaviorpanelbase.ui | 8 | ||||
-rw-r--r-- | kplato/kptdurationwidget.ui | 8 | ||||
-rw-r--r-- | kplato/kpttasknotespanelbase.ui | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/kplato/kptconfigbehaviorpanelbase.ui b/kplato/kptconfigbehaviorpanelbase.ui index eb329c716..29b17b073 100644 --- a/kplato/kptconfigbehaviorpanelbase.ui +++ b/kplato/kptconfigbehaviorpanelbase.ui @@ -92,11 +92,11 @@ <includes> <include location="local" impldecl="in implementation">kptconfigbehaviorpanelbase.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>changed()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>slotChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kplato/kptdurationwidget.ui b/kplato/kptdurationwidget.ui index f6373be43..9a094cd38 100644 --- a/kplato/kptdurationwidget.ui +++ b/kplato/kptdurationwidget.ui @@ -386,10 +386,10 @@ <variable access="private">TQRegExpValidator *m_validator;</variable> <variable access="private">struct FieldDescriptor *m_fields;</variable> </variables> -<Q_SIGNALS> +<signals> <signal>valueChanged()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>setValue( const KPlato::Duration & newDuration )</slot> <slot access="private">dddLostFocus()</slot> <slot access="private">hhLostFocus()</slot> @@ -397,7 +397,7 @@ <slot access="private">ssLostFocus()</slot> <slot access="private">msLostFocus()</slot> <slot>handleLostFocus( int field )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private">init()</function> <function access="private" specifier="non virtual">destroy()</function> diff --git a/kplato/kpttasknotespanelbase.ui b/kplato/kpttasknotespanelbase.ui index f3f52ab9e..6cf7c918d 100644 --- a/kplato/kpttasknotespanelbase.ui +++ b/kplato/kpttasknotespanelbase.ui @@ -44,8 +44,8 @@ </widget> </hbox> </widget> -<Q_SLOTS> +<slots> <slot>scheduling_clicked( int schedulingType )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |