summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app/main.cpp6
-rw-r--r--src/gvcore/libgwenview_export.h2
2 files changed, 4 insertions, 4 deletions
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");
diff --git a/src/gvcore/libgwenview_export.h b/src/gvcore/libgwenview_export.h
index b51a8c0..7013f4e 100644
--- a/src/gvcore/libgwenview_export.h
+++ b/src/gvcore/libgwenview_export.h
@@ -25,7 +25,7 @@
#ifdef __KDE_HAVE_GCC_VISIBILITY
-#define LIBGWENVIEW_EXPORT KDE_EXPORT
+#define LIBGWENVIEW_EXPORT TDE_EXPORT
#else
#define LIBGWENVIEW_EXPORT