From 583e70ed73753e56700ca4ceba03c476e739da51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:13:51 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- src/app/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index 3935568..e5cfb59 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -98,12 +98,12 @@ void applyFilterArgs(TDECmdLineArgs* args, FileViewController* controller) { #ifndef __KDE_HAVE_GCC_VISIBILITY -#undef KDE_EXPORT -#define KDE_EXPORT +#undef TDE_EXPORT +#define TDE_EXPORT #endif extern "C" -KDE_EXPORT int kdemain (int argc, char *argv[]) { +TDE_EXPORT int kdemain (int argc, char *argv[]) { TDEAboutData aboutData("gwenview", I18N_NOOP("Gwenview"), version, I18N_NOOP("An image viewer for TDE"), TDEAboutData::License_GPL, "Copyright 2000-2006, The Gwenview developers",0,"http://gwenview.sourceforge.net"); -- cgit v1.2.3