diff options
author | Timothy Pearson <[email protected]> | 2012-11-14 23:46:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-14 23:46:03 -0600 |
commit | 6241511abf822c12298be414b681ed03379c11b0 (patch) | |
tree | e5f0e1ace609be2c6bedd26a9a95dc552f62b15d /src/kernel/ntqwidget.h | |
parent | 367668d690ce2270f4d99f9a19ea800b6ea84a39 (diff) | |
download | tqt3-6241511abf822c12298be414b681ed03379c11b0.tar.gz tqt3-6241511abf822c12298be414b681ed03379c11b0.zip |
Automated update from Qt3
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 |