From eb42871e999672a8fad5793733c58be05928c8ea Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:18:58 +0900 Subject: Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro (cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c) --- src/kernel/ntqwidgetintdict.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/ntqwidgetintdict.h') diff --git a/src/kernel/ntqwidgetintdict.h b/src/kernel/ntqwidgetintdict.h index 512f7830e..f5c924b23 100644 --- a/src/kernel/ntqwidgetintdict.h +++ b/src/kernel/ntqwidgetintdict.h @@ -48,12 +48,12 @@ #if defined(Q_TEMPLATEDLL) -//Q_TEMPLATE_EXTERN template class Q_EXPORT TQIntDict; -//Q_TEMPLATE_EXTERN template class Q_EXPORT TQIntDictIterator; +//Q_TEMPLATE_EXTERN template class TQ_EXPORT TQIntDict; +//Q_TEMPLATE_EXTERN template class TQ_EXPORT TQIntDictIterator; #endif -class Q_EXPORT TQWidgetIntDict : public TQIntDict +class TQ_EXPORT TQWidgetIntDict : public TQIntDict { public: TQWidgetIntDict(int size=17) : TQIntDict(size) {} @@ -63,7 +63,7 @@ public: { return (TQWidgetIntDict&)TQIntDict::operator=(dict); } }; -class Q_EXPORT TQWidgetIntDictIt : public TQIntDictIterator +class TQ_EXPORT TQWidgetIntDictIt : public TQIntDictIterator { public: TQWidgetIntDictIt( const TQWidgetIntDict &d ) : TQIntDictIterator(d) {} -- cgit v1.2.1