From 54c964fc6123eabfb92ef03335d7e03d5db7891b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:20:50 +0900 Subject: Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro (cherry picked from commit 3558a727f59756c360d0a0e435e8d5bb0ca49e15) --- style/baghira.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/baghira.cpp b/style/baghira.cpp index 621e84b..2bd7903 100644 --- a/style/baghira.cpp +++ b/style/baghira.cpp @@ -167,7 +167,7 @@ TQStyle *LiquidStylePlugin::create( const TQString &s ) { return ( 0 ); } -Q_EXPORT_PLUGIN( LiquidStylePlugin ) +TQ_EXPORT_PLUGIN( LiquidStylePlugin ) static const int itemFrame = 1; static const int itemHMargin = 3; -- cgit v1.2.1