summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/kcmweatherapplet.cpp')
-rw-r--r--kweather/kcmweatherapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kcmweatherapplet.cpp b/kweather/kcmweatherapplet.cpp
index 20b4cb4..2fbb50d 100644
--- a/kweather/kcmweatherapplet.cpp
+++ b/kweather/kcmweatherapplet.cpp
@@ -43,7 +43,7 @@
extern "C"
{
- KDE_EXPORT TDECModule *create_weatherapplet( TQWidget *parent, const char * )
+ TDE_EXPORT TDECModule *create_weatherapplet( TQWidget *parent, const char * )
{
return new KCMWeatherApplet( parent, "kweather" );
}