summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherapplet.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-14 14:04:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-14 14:07:22 +0900
commitcb5e787fde24bc986f17de4c78b5840f8ed85856 (patch)
tree3850303789d1016581d3194ea627075c3e0edb5c /kweather/kcmweatherapplet.cpp
parent6a9f2bb7d4d98953ac416ceb3c5539ddfa931bb8 (diff)
downloadtdetoys-cb5e787fde24bc986f17de4c78b5840f8ed85856.tar.gz
tdetoys-cb5e787fde24bc986f17de4c78b5840f8ed85856.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kweather/kcmweatherapplet.cpp')
-rw-r--r--kweather/kcmweatherapplet.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kweather/kcmweatherapplet.cpp b/kweather/kcmweatherapplet.cpp
index 87decad..20b4cb4 100644
--- a/kweather/kcmweatherapplet.cpp
+++ b/kweather/kcmweatherapplet.cpp
@@ -63,12 +63,12 @@ KCMWeatherApplet::KCMWeatherApplet( TQWidget *parent, const char *name )
fillStationList();
load();
- connect( mWidget->m_viewMode, TQT_SIGNAL( released( int ) ),
- TQT_SLOT( changeViewMode( int ) ) );
- connect( mWidget->m_reportLocation, TQT_SIGNAL( activated( const TQString& ) ),
- TQT_SLOT( reportLocationChanged() ) );
- connect( mWidget->m_textColor, TQT_SIGNAL( changed(const TQColor &) ),
- TQT_SLOT( textColorChanged(const TQColor &) ) );
+ connect( mWidget->m_viewMode, TQ_SIGNAL( released( int ) ),
+ TQ_SLOT( changeViewMode( int ) ) );
+ connect( mWidget->m_reportLocation, TQ_SIGNAL( activated( const TQString& ) ),
+ TQ_SLOT( reportLocationChanged() ) );
+ connect( mWidget->m_textColor, TQ_SIGNAL( changed(const TQColor &) ),
+ TQ_SLOT( textColorChanged(const TQColor &) ) );
TDEAboutData *about = new TDEAboutData(
I18N_NOOP( "kcmweatherapplet" ),