summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqstyle.h')
-rw-r--r--src/kernel/ntqstyle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h
index fe16c4253..01a3e8213 100644
--- a/src/kernel/ntqstyle.h
+++ b/src/kernel/ntqstyle.h
@@ -287,9 +287,14 @@ class Q_EXPORT TQStyleControlElementData {
TQ_UINT32 topLevelWidgetFlags;
TQPixmap paletteBgPixmap;
+#ifdef ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
+ public:
+ TQStyleControlElementData(const TQStyleControlElementData&);
+#else // ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
private:
// Disable copy constructor
TQStyleControlElementData(const TQStyleControlElementData&);
+#endif // ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
};