diff options
Diffstat (limited to 'kweather/kcmweatherstations.cpp')
-rw-r--r-- | kweather/kcmweatherstations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kcmweatherstations.cpp b/kweather/kcmweatherstations.cpp index 73e257d..9dc6991 100644 --- a/kweather/kcmweatherstations.cpp +++ b/kweather/kcmweatherstations.cpp @@ -33,7 +33,7 @@ extern "C" { - KDE_EXPORT TDECModule *create_weatherstations( TQWidget *parent, const char * ) { + TDE_EXPORT TDECModule *create_weatherstations( TQWidget *parent, const char * ) { return new KCMWeatherStations( parent, "kweather" ); } } |