summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:59 +0900
commitff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa (patch)
tree10d039571b714ac23501846d56a3d0ab5881527e /kweather
parentba412962eca74b8ea249420099de9374b7568429 (diff)
downloadtdetoys-ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa.tar.gz
tdetoys-ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kweather')
-rw-r--r--kweather/kcmweatherapplet.cpp2
-rw-r--r--kweather/kcmweatherservice.cpp2
-rw-r--r--kweather/kcmweatherstations.cpp2
-rw-r--r--kweather/kweather.cpp2
-rw-r--r--kweather/reportmain.cpp2
-rw-r--r--kweather/weatherbar.cpp4
6 files changed, 7 insertions, 7 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" );
}
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp
index f014ff7..aa11467 100644
--- a/kweather/kcmweatherservice.cpp
+++ b/kweather/kcmweatherservice.cpp
@@ -45,7 +45,7 @@
extern "C"
{
- KDE_EXPORT TDECModule *create_weatherservice( TQWidget *parent, const char * )
+ TDE_EXPORT TDECModule *create_weatherservice( TQWidget *parent, const char * )
{
return new KCMWeatherService( parent, "kweather" );
}
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" );
}
}
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp
index 9b8969a..61e5eb4 100644
--- a/kweather/kweather.cpp
+++ b/kweather/kweather.cpp
@@ -41,7 +41,7 @@
extern "C"
{
- KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
+ TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
{
TDEGlobal::locale()->insertCatalogue("kweather");
kweather *theApplet = new kweather(configFile, KPanelApplet::Normal,
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp
index 0055ab4..6b0c21c 100644
--- a/kweather/reportmain.cpp
+++ b/kweather/reportmain.cpp
@@ -15,7 +15,7 @@ static TDECmdLineOptions options[] =
TDECmdLineLastOption
};
-extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
+extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{
TDEAboutData aboutData("reportview", I18N_NOOP("Weather Report"),
"0.8", I18N_NOOP("Weather Report for KWeatherService"),
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp
index 3570c1b..98cad49 100644
--- a/kweather/weatherbar.cpp
+++ b/kweather/weatherbar.cpp
@@ -217,13 +217,13 @@ bool KonqSidebarWeather::startWeatherService()
extern "C"
{
- KDE_EXPORT void* create_weather_sidebar(TDEInstance* inst, TQObject* par, TQWidget*widp,
+ TDE_EXPORT void* create_weather_sidebar(TDEInstance* inst, TQObject* par, TQWidget*widp,
TQString& desktopname, const char* name)
{
return new KonqSidebarWeather(inst, par, widp, desktopname, name);
}
- KDE_EXPORT bool add_weather_sidebar(TQString* fn, TQString* /*param*/,
+ TDE_EXPORT bool add_weather_sidebar(TQString* fn, TQString* /*param*/,
TQMap<TQString, TQString>* map)
{
map->insert("Type","Link");