summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/kcmweatherservice.cpp')
-rw-r--r--kweather/kcmweatherservice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp
index 834d77a..db8325d 100644
--- a/kweather/kcmweatherservice.cpp
+++ b/kweather/kcmweatherservice.cpp
@@ -33,13 +33,13 @@
extern "C"
{
- KDE_EXPORT KCModule *create_weatherservice( TQWidget *tqparent, const char * ) {
- return new KCMWeatherService( tqparent, "kweather" );
+ KDE_EXPORT KCModule *create_weatherservice( TQWidget *parent, const char * ) {
+ return new KCMWeatherService( parent, "kweather" );
}
}
-KCMWeatherService::KCMWeatherService( TQWidget *tqparent, const char *name )
- : KCModule( tqparent, name )
+KCMWeatherService::KCMWeatherService( TQWidget *parent, const char *name )
+ : KCModule( parent, name )
{
TQVBoxLayout *tqlayout = new TQVBoxLayout( this );
mWidget = new ServiceConfigWidget( this );