diff options
Diffstat (limited to 'src/tqca.h')
-rw-r--r-- | src/tqca.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |