diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:59:34 +0900 |
commit | d37995139682a72956a88bf034ca13d6530637f7 (patch) | |
tree | ffbd5790900ed0f59e3309c414e49772719664a4 /umbrello | |
parent | 725db2ce097e993b6011900c7b9701d399cd8a1c (diff) | |
download | tdesdk-d37995139682a72956a88bf034ca13d6530637f7.tar.gz tdesdk-d37995139682a72956a88bf034ca13d6530637f7.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06)
Diffstat (limited to 'umbrello')
6 files changed, 12 insertions, 12 deletions
diff --git a/umbrello/umbrello/autolayout/newautolayoutdialog.ui b/umbrello/umbrello/autolayout/newautolayoutdialog.ui index 6255904c..fcde379b 100644 --- a/umbrello/umbrello/autolayout/newautolayoutdialog.ui +++ b/umbrello/umbrello/autolayout/newautolayoutdialog.ui @@ -528,7 +528,7 @@ <slot>slotSelectAlgorithm(const TQString&)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>slotDoAutolayout()</slot> <slot>slotSaveSettings()</slot> <slot>slotReloadSettings()</slot> @@ -543,6 +543,6 @@ <slot>slotSetCenterDiagram(bool b)</slot> <slot>slotSetShapeSeparation(int i)</slot> <slot specifier="pure virtual">slotSelectAlgorithm(const TQString&)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/umbrello/umbrello/codegenerators/cppcodegenerationformbase.ui b/umbrello/umbrello/codegenerators/cppcodegenerationformbase.ui index 86af506a..81590f46 100644 --- a/umbrello/umbrello/codegenerators/cppcodegenerationformbase.ui +++ b/umbrello/umbrello/codegenerators/cppcodegenerationformbase.ui @@ -470,9 +470,9 @@ <slot>browseClicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>browseClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> diff --git a/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui b/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui index da39750a..9dc76260 100644 --- a/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui +++ b/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui @@ -521,10 +521,10 @@ is empty</string> <slot>activeLanguageChanged(int)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">browseClicked()</slot> <slot access="protected">activeLanguageChanged(int id)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">knuminput.h</include> diff --git a/umbrello/umbrello/dialogs/codegenerationpolicybase.ui b/umbrello/umbrello/dialogs/codegenerationpolicybase.ui index 620af610..fe11dc6d 100644 --- a/umbrello/umbrello/dialogs/codegenerationpolicybase.ui +++ b/umbrello/umbrello/dialogs/codegenerationpolicybase.ui @@ -32,8 +32,8 @@ </property> </widget> </widget> -<Q_SLOTS> +<slots> <slot access="protected">apply()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/umbrello/umbrello/dialogs/codegenerationwizardbase.ui b/umbrello/umbrello/dialogs/codegenerationwizardbase.ui index fdd59c2c..fe36e538 100644 --- a/umbrello/umbrello/dialogs/codegenerationwizardbase.ui +++ b/umbrello/umbrello/dialogs/codegenerationwizardbase.ui @@ -300,10 +300,10 @@ for in the right hand side list</string> <forwards> <forward>class UMLClassifier</forward> </forwards> -<Q_SLOTS> +<slots> <slot>selectClass()</slot> <slot access="protected">deselectClass()</slot> <slot>classGenerated( UMLClassifier * /* c */ )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/umbrello/umbrello/dialogs/codeviewerdialogbase.ui b/umbrello/umbrello/dialogs/codeviewerdialogbase.ui index 1a283200..cdd46c43 100644 --- a/umbrello/umbrello/dialogs/codeviewerdialogbase.ui +++ b/umbrello/umbrello/dialogs/codeviewerdialogbase.ui @@ -106,8 +106,8 @@ <slot>close()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>changeHighlighting(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |