From dd75912cd59fa936c866bd439f670e3a76eb2597 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:20 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit bc3c69592f7fbc99121d1eb1e27603e1415afecc) --- kolf/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolf/main.cpp') diff --git a/kolf/main.cpp b/kolf/main.cpp index a7b33cda..1b9caa76 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -27,7 +27,7 @@ static TDECmdLineOptions options[] = }; -extern "C" KDE_EXPORT int kdemain(int argc, char **argv) +extern "C" TDE_EXPORT int kdemain(int argc, char **argv) { TDEAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description, TDEAboutData::License_GPL, "(c) 2002-2005, Jason Katz-Brown", 0, "http://www.katzbrown.com/kolf/"); -- cgit v1.2.1