summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtoolbox.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-14 10:35:25 +0900
commiteb42871e999672a8fad5793733c58be05928c8ea (patch)
tree57323eeb0fc8e0f0c30389b23d1aac0870ff3953 /src/widgets/ntqtoolbox.h
parent440483234fd5d8f29517d9c84b4227db80a90361 (diff)
downloadtqt-eb42871e.tar.gz
tqt-eb42871e.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c)
Diffstat (limited to 'src/widgets/ntqtoolbox.h')
-rw-r--r--src/widgets/ntqtoolbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ntqtoolbox.h b/src/widgets/ntqtoolbox.h
index 5b0030b20..4b6cf672b 100644
--- a/src/widgets/ntqtoolbox.h
+++ b/src/widgets/ntqtoolbox.h
@@ -51,7 +51,7 @@
class TQToolBoxPrivate;
class TQWidgetList;
-class Q_EXPORT TQToolBox : public TQFrame
+class TQ_EXPORT TQToolBox : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( int currentIndex READ currentIndex WRITE setCurrentIndex )