summaryrefslogtreecommitdiffstats
path: root/kweather/reportmain.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:59 +0900
committerMichele Calgaro <[email protected]>2024-05-06 17:37:18 +0900
commit5bd77f3d84aa0590959174b13e3550852dda3af4 (patch)
tree50df5497aa207224775051b6846af2865fc3b360 /kweather/reportmain.cpp
parent9865b2e4901922708cda5fed2e178a429d31e45a (diff)
downloadtdetoys-5bd77f3d84aa0590959174b13e3550852dda3af4.tar.gz
tdetoys-5bd77f3d84aa0590959174b13e3550852dda3af4.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ff8b1f60ed508c7f96b75e6fc39bb5b6ff7c6faa)
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"),