From e13c2cca712efdc56874355f7bc3ce1b6c3c43ba Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:19:32 +0900 Subject: [PATCH] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 69b0692..9cc5211 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,7 +66,7 @@ static const TDECmdLineOptions options[] = TDECmdLineLastOption }; -//extern "C" int KDE_EXPORT kdemain(int argc, char* argv[]) +//extern "C" int TDE_EXPORT kdemain(int argc, char* argv[]) int main(int argc, char *argv[]) { TDEAboutData about("tdedocker", I18N_NOOP("tdedocker"), "1.3",