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:39:01 +0900 |
commit | 8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06 (patch) | |
tree | edc37ece9f28c15a072eaa843901603be31b6e12 /kbabel | |
parent | a120985048e7e9e5c745b97c561c9a1ae531ec03 (diff) | |
download | tdesdk-8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06.tar.gz tdesdk-8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel')
-rw-r--r-- | kbabel/catalogmanager/validateprogresswidget.ui | 8 | ||||
-rw-r--r-- | kbabel/commonui/tdelisteditor.ui | 8 | ||||
-rw-r--r-- | kbabel/kbabel/editorpreferences.ui | 4 | ||||
-rw-r--r-- | kbabel/kbabel/fontpreferences.ui | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/kbabel/catalogmanager/validateprogresswidget.ui b/kbabel/catalogmanager/validateprogresswidget.ui index fc2741e4..96179dc6 100644 --- a/kbabel/catalogmanager/validateprogresswidget.ui +++ b/kbabel/catalogmanager/validateprogresswidget.ui @@ -113,12 +113,12 @@ <includes> <include location="local" impldecl="in implementation">validateprogresswidget.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>setValidationProgressBar(int)</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>setupFileProgressBar( TQString text, int maxvalue )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kprogress.h</include> diff --git a/kbabel/commonui/tdelisteditor.ui b/kbabel/commonui/tdelisteditor.ui index a3130a1f..e0a7de23 100644 --- a/kbabel/commonui/tdelisteditor.ui +++ b/kbabel/commonui/tdelisteditor.ui @@ -242,10 +242,10 @@ <includes> <include location="local" impldecl="in implementation">tdelisteditor.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>itemsChanged()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>addToList()</slot> <slot>downInList()</slot> <slot>removeFromList()</slot> @@ -256,6 +256,6 @@ <slot access="protected">editChanged( const TQString & s )</slot> <slot>setTitle( const TQString & s )</slot> <slot returnType="TQStringList">list()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kbabel/kbabel/editorpreferences.ui b/kbabel/kbabel/editorpreferences.ui index e0f4a612..3215a696 100644 --- a/kbabel/kbabel/editorpreferences.ui +++ b/kbabel/kbabel/editorpreferences.ui @@ -342,9 +342,9 @@ activated, you will still see a message in the statusbar. <include location="global" impldecl="in implementation">kcolorbutton.h</include> <include location="local" impldecl="in implementation">editorpreferences.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot specifier="non virtual">ledWarning( bool show )</slot> <slot specifier="non virtual">toggleOther( bool other )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kbabel/kbabel/fontpreferences.ui b/kbabel/kbabel/fontpreferences.ui index 404f0580..a6998eb7 100644 --- a/kbabel/kbabel/fontpreferences.ui +++ b/kbabel/kbabel/fontpreferences.ui @@ -57,8 +57,8 @@ <include location="local" impldecl="in implementation">fontpreferences.ui.h</include> <include location="global" impldecl="in implementation">tdefontdialog.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="private">showOnlyFixedFonts( bool on )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |