diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-06 10:18:00 +0900 |
commit | 61b80b53fa51026305daa7b679f5e738d90e25c3 (patch) | |
tree | 50c22bc0357d5552c4430ec540dc4a95fd4624e9 | |
parent | 8114410a311b64cba3de27fc60ac59ce3322eaab (diff) | |
download | tdetoys-61b80b53fa51026305daa7b679f5e738d90e25c3.tar.gz tdetoys-61b80b53fa51026305daa7b679f5e738d90e25c3.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3b2f6168aed524ef3f58266e92556fdc8062209e)
-rw-r--r-- | kweather/stationsconfig.ui | 4 | ||||
-rw-r--r-- | kworldwatch/about.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kweather/stationsconfig.ui b/kweather/stationsconfig.ui index 5ad40b6..68ec70a 100644 --- a/kweather/stationsconfig.ui +++ b/kweather/stationsconfig.ui @@ -247,13 +247,13 @@ <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> -<Q_SLOTS> +<slots> <slot>exitWeatherService()</slot> <slot>removeStation()</slot> <slot>updateStations()</slot> <slot>addStation()</slot> <slot>selectionChanged( TQListViewItem* )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> diff --git a/kworldwatch/about.ui b/kworldwatch/about.ui index bd9cd69..2eb6ff2 100644 --- a/kworldwatch/about.ui +++ b/kworldwatch/about.ui @@ -209,9 +209,9 @@ Copyright: (c) 2000 Matthias Hoelzer-Kluepfel</string> <includes> <include location="global" impldecl="in declaration">kseparator.h</include> </includes> -<Q_SLOTS> +<slots> <slot>PushButton2_clicked()</slot> <slot>accept()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |