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 /kdgantt/itemAttributeDialog.ui | |
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 'kdgantt/itemAttributeDialog.ui')
-rw-r--r-- | kdgantt/itemAttributeDialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdgantt/itemAttributeDialog.ui b/kdgantt/itemAttributeDialog.ui index 5a34dbb5e..2eaa31738 100644 --- a/kdgantt/itemAttributeDialog.ui +++ b/kdgantt/itemAttributeDialog.ui @@ -702,7 +702,7 @@ <variables> <variable>KDGanttViewItem * myItem</variable> </variables> -<Q_SLOTS> +<slots> <slot>init()</slot> <slot>ChangeText_clicked()</slot> <slot>ChangeStart_clicked()</slot> @@ -732,6 +732,6 @@ <slot>CalBox_toggled( bool mode )</slot> <slot>PrioSlider_valueChanged( int val )</slot> <slot returnType="KDGanttViewItem *">getItem()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |