diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-15 12:46:22 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-15 12:46:22 -0600 |
commit | dd5f392d9ffcea1c9246d0a3929bd86b86b6deba (patch) | |
tree | 6ae0e2c35ce4130864503aea4511b755d47531a4 /src/kernel/ntqwidget.h | |
parent | 338f274c8595067bd2bee4e5ab28d097527cb557 (diff) | |
parent | 6241511abf822c12298be414b681ed03379c11b0 (diff) | |
download | tqt3-dd5f392d9ffcea1c9246d0a3929bd86b86b6deba.tar.gz tqt3-dd5f392d9ffcea1c9246d0a3929bd86b86b6deba.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/kernel/ntqwidget.h')
-rw-r--r-- | src/kernel/ntqwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h index d7c8cb583..bac3d6bc9 100644 --- a/src/kernel/ntqwidget.h +++ b/src/kernel/ntqwidget.h @@ -63,6 +63,7 @@ class TQFocusData; class TQCursor; class TQWSRegionManager; class TQStyle; +class TQStyleControlElementData; class Q_EXPORT TQWidget : public TQObject, public TQPaintDevice { @@ -1086,6 +1087,7 @@ struct Q_EXPORT TQWExtra { #endif TQRect micro_focus_hint; // micro focus hint TQSizePolicy size_policy; + TQStyleControlElementData* m_ceData; }; #define Q_DEFINED_QWIDGET |