From 504805a3c33290ba593923716b0cd6031bc160ae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 May 2024 19:10:20 +0900 Subject: Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent Signed-off-by: Michele Calgaro --- src/gvcore/qxcfi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gvcore/qxcfi.cpp b/src/gvcore/qxcfi.cpp index afd414f..e07fd4a 100644 --- a/src/gvcore/qxcfi.cpp +++ b/src/gvcore/qxcfi.cpp @@ -2400,6 +2400,6 @@ void XCFImageFormat::dissolveAlphaPixels ( TQImage& image, int x, int y ) } } -KDE_Q_EXPORT_PLUGIN( XCFImageFormat ) +TDE_EXPORT_PLUGIN( XCFImageFormat ) } // namespace -- cgit v1.2.1