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-13 13:20:50 +0900 |
commit | 3558a727f59756c360d0a0e435e8d5bb0ca49e15 (patch) | |
tree | 624b935a4ef9df50a8882e051cbf797fc19427b2 /style | |
parent | bb43a5754e8b31c3758e0811f6cef64418af905d (diff) | |
download | tde-style-baghira-3558a727f59756c360d0a0e435e8d5bb0ca49e15.tar.gz tde-style-baghira-3558a727f59756c360d0a0e435e8d5bb0ca49e15.zip |
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'style')
-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; |