From bba3128085abe1a32cca43d9fb8ac02c2a29bf6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 1 May 2024 21:32:16 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- tdefx/kcpuinfo.cpp | 6 +++--- tdefx/tdestyle.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdefx') diff --git a/tdefx/kcpuinfo.cpp b/tdefx/kcpuinfo.cpp index 97c99f8d9..ff6d3505c 100644 --- a/tdefx/kcpuinfo.cpp +++ b/tdefx/kcpuinfo.cpp @@ -48,10 +48,10 @@ static void sighandler( int ) #endif #ifdef __PPC__ -static sigjmp_buf KDE_NO_EXPORT jmpbuf; -static sig_atomic_t KDE_NO_EXPORT canjump = 0; +static sigjmp_buf TDE_NO_EXPORT jmpbuf; +static sig_atomic_t TDE_NO_EXPORT canjump = 0; -static void KDE_NO_EXPORT sigill_handler( int sig ) +static void TDE_NO_EXPORT sigill_handler( int sig ) { if ( !canjump ) { signal( sig, SIG_DFL ); diff --git a/tdefx/tdestyle.cpp b/tdefx/tdestyle.cpp index 2c741fc06..6571c2a48 100644 --- a/tdefx/tdestyle.cpp +++ b/tdefx/tdestyle.cpp @@ -2383,7 +2383,7 @@ void TDEStyle::virtual_hook( int, void* ) // HACK for gtk-qt-engine -extern "C" KDE_EXPORT +extern "C" TDE_EXPORT void kde_tdestyle_set_scrollbar_type_windows( void* style ) { ((TDEStyle*)style)->setScrollBarType( TDEStyle::WindowsStyleScrollBar ); -- cgit v1.2.1