diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-13 13:20:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-14 10:51:37 +0900 |
commit | 54c964fc6123eabfb92ef03335d7e03d5db7891b (patch) | |
tree | d002fd2142e00202dd245d42f5dd80f384542ff5 | |
parent | 185b962c88ce05cb840f25b00a48934c555b3f79 (diff) | |
download | tde-style-baghira-r14.1.1.tar.gz tde-style-baghira-r14.1.1.zip |
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3558a727f59756c360d0a0e435e8d5bb0ca49e15)
-rw-r--r-- | style/baghira.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |