summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherstations.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-14 14:04:47 +0900
committerMichele Calgaro <[email protected]>2024-01-14 14:07:22 +0900
commitcb5e787fde24bc986f17de4c78b5840f8ed85856 (patch)
tree3850303789d1016581d3194ea627075c3e0edb5c /kweather/kcmweatherstations.cpp
parent6a9f2bb7d4d98953ac416ceb3c5539ddfa931bb8 (diff)
downloadtdetoys-cb5e787fde24bc986f17de4c78b5840f8ed85856.tar.gz
tdetoys-cb5e787fde24bc986f17de4c78b5840f8ed85856.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kweather/kcmweatherstations.cpp')
-rw-r--r--kweather/kcmweatherstations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kcmweatherstations.cpp b/kweather/kcmweatherstations.cpp
index 3d60f5a..73e257d 100644
--- a/kweather/kcmweatherstations.cpp
+++ b/kweather/kcmweatherstations.cpp
@@ -45,7 +45,7 @@ KCMWeatherStations::KCMWeatherStations( TQWidget *parent, const char *name )
mWidget = new StationsConfigWidget( this );
// not needed, as a change immediately changes the service
- //connect(mWidget, TQT_SIGNAL(changed(bool)), this, TQT_SIGNAL(changed(bool)));
+ //connect(mWidget, TQ_SIGNAL(changed(bool)), this, TQ_SIGNAL(changed(bool)));
layout->addWidget( mWidget );
TDEAboutData *about = new TDEAboutData( "kcmweatherstations",