diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:58 -0600 |
commit | 9ea931fb1bda0802797c1d38fd903b5451b91a5a (patch) | |
tree | 52871b68f40404504f789e2abefc24080510e51e /kweather/kcmweatherservice.cpp | |
parent | 2178da111f72dc574457d5242d120b4d10ea5edd (diff) | |
download | tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.tar.gz tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kweather/kcmweatherservice.cpp')
-rw-r--r-- | kweather/kcmweatherservice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp index 3df3c0c..1d64ee0 100644 --- a/kweather/kcmweatherservice.cpp +++ b/kweather/kcmweatherservice.cpp @@ -33,13 +33,13 @@ extern "C" { - KDE_EXPORT KCModule *create_weatherservice( TQWidget *parent, const char * ) { + KDE_EXPORT TDECModule *create_weatherservice( TQWidget *parent, const char * ) { return new KCMWeatherService( parent, "kweather" ); } } KCMWeatherService::KCMWeatherService( TQWidget *parent, const char *name ) - : KCModule( parent, name ) + : TDECModule( parent, name ) { TQVBoxLayout *layout = new TQVBoxLayout( this ); mWidget = new ServiceConfigWidget( this ); |