summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:31:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:57:52 +0900
commit68f284461f4bd0698f59f5d77f5d1295d72a124c (patch)
tree89c5b863e7fccdd7e7e7cfa09deb714447b79561
parent0a96d28b4b7a305593c3258f9c87430b4bb3c0b3 (diff)
downloadavahi-tqt-68f284461f4bd0698f59f5d77f5d1295d72a124c.tar.gz
avahi-tqt-68f284461f4bd0698f59f5d77f5d1295d72a124c.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
-rw-r--r--avahi-tqt/qt-watch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f707937..9e595b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ message( STATUS " found ${AVAHI_COMMON}" )
if( WITH_GCC_VISIBILITY )
tde_setup_gcc_visibility( )
- add_definitions( -D__KDE_HAVE_GCC_VISIBILITY )
+ add_definitions( -D__TDE_HAVE_GCC_VISIBILITY )
endif( )
diff --git a/avahi-tqt/qt-watch.h b/avahi-tqt/qt-watch.h
index 1d26303..7dda67e 100644
--- a/avahi-tqt/qt-watch.h
+++ b/avahi-tqt/qt-watch.h
@@ -28,7 +28,7 @@ AVAHI_C_DECL_BEGIN
/** Setup abstract poll structure for integration with TQt main loop */
const AvahiPoll* avahi_qt_poll_get(void)
-#ifdef __KDE_HAVE_GCC_VISIBILITY
+#ifdef __TDE_HAVE_GCC_VISIBILITY
__attribute__ ((visibility("default")))
#endif
;