summaryrefslogtreecommitdiffstats
path: root/src/tqca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tqca.h')
-rw-r--r--src/tqca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tqca.h b/src/tqca.h
index 5ba0195..bf84f60 100644
--- a/src/tqca.h
+++ b/src/tqca.h
@@ -29,7 +29,7 @@
#include <tqptrlist.h>
#include <tqobject.h>
-#if defined(__KDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY)
+#if defined(__TDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY)
#define TQCA_NO_EXPORT __attribute__ ((visibility("hidden")))
#define TQCA_EXPORT __attribute__ ((visibility("default")))
#elif defined(_WIN32)