diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:25:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 11:25:41 +0900 |
commit | 63c2fcedcd98caf7979bc4797029cbcb32433a5a (patch) | |
tree | 9d7404124628fafdc99e21b8b679e5fc0ea29a24 /kplato/kptdurationwidget.ui | |
parent | 56ddbe04dc445c012c568083202ce433c1da7026 (diff) | |
download | koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.tar.gz koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kplato/kptdurationwidget.ui')
-rw-r--r-- | kplato/kptdurationwidget.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kplato/kptdurationwidget.ui b/kplato/kptdurationwidget.ui index f6373be4..9a094cd3 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> |