diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-05 11:19:58 +0900 |
commit | 3b2f6168aed524ef3f58266e92556fdc8062209e (patch) | |
tree | f58b506678d0cbc509b10cbd3f999c85ed19a8d0 /kweather | |
parent | cb5e787fde24bc986f17de4c78b5840f8ed85856 (diff) | |
download | tdetoys-3b2f6168aed524ef3f58266e92556fdc8062209e.tar.gz tdetoys-3b2f6168aed524ef3f58266e92556fdc8062209e.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kweather')
-rw-r--r-- | kweather/stationsconfig.ui | 4 |
1 files changed, 2 insertions, 2 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> |