diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:53:38 +0900 |
commit | aa76b2198387115f96f408bd1e418c0a16657ab6 (patch) | |
tree | 8bcf35eac7ca4d022c9e57e46074ef9714608856 /kig | |
parent | 845281400a4c6124e2cf8ab28174e9c3f0bc2895 (diff) | |
download | tdeedu-aa76b2198387115f96f408bd1e418c0a16657ab6.tar.gz tdeedu-aa76b2198387115f96f408bd1e418c0a16657ab6.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8240e696414576ea5e95894bb1c332eaab03d9ec)
Diffstat (limited to 'kig')
-rw-r--r-- | kig/modes/edittypebase.ui | 4 | ||||
-rw-r--r-- | kig/modes/typesdialogbase.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kig/modes/edittypebase.ui b/kig/modes/edittypebase.ui index c0ed56cf..f8078404 100644 --- a/kig/modes/edittypebase.ui +++ b/kig/modes/edittypebase.ui @@ -270,11 +270,11 @@ <slot>cancelSlot()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>helpSlot()</slot> <slot>okSlot()</slot> <slot>cancelSlot()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> diff --git a/kig/modes/typesdialogbase.ui b/kig/modes/typesdialogbase.ui index bea69868..5aa9f34b 100644 --- a/kig/modes/typesdialogbase.ui +++ b/kig/modes/typesdialogbase.ui @@ -316,7 +316,7 @@ <forwards> <forward>class TQListViewItem;</forward> </forwards> -<Q_SLOTS> +<slots> <slot access="protected">deleteType()</slot> <slot access="protected">exportType()</slot> <slot>helpSlot()</slot> @@ -325,7 +325,7 @@ <slot access="protected">editType()</slot> <slot access="protected">contextMenuRequested( TQListViewItem* i, const TQPoint& p, int c )</slot> <slot>cancelSlot()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |