summaryrefslogtreecommitdiffstats
path: root/kweather/reportmain.cpp
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/reportmain.cpp
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/reportmain.cpp')
-rw-r--r--kweather/reportmain.cpp2
1 files changed, 1 insertions, 1 deletions
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"),