diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 01:35:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 01:35:48 -0500 |
commit | 9e79d29898cbd4338491b4981a3e75a0f2bb8d81 (patch) | |
tree | dddd5732e46cfbb7e56dcaf28109a30f4be8eba1 /src | |
parent | 74dac1c21d3ad1f446874fd29f7e670e77a196b5 (diff) | |
download | tqt3-9e79d29898cbd4338491b4981a3e75a0f2bb8d81.tar.gz tqt3-9e79d29898cbd4338491b4981a3e75a0f2bb8d81.zip |
Automated update from Qt3
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/qstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/ntqcommonstyle.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index d100d5f1e..26fbf0cb8 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -2265,10 +2265,6 @@ bool TQStyle::widgetActionRequest( TQStyleControlElementData ceData, ControlElem } void TQStyle::acceleratorKeypressEventMonitor( TQObject *o, TQEvent *e ) { - // RAJA FIXME - // Also, SH_HideUnderlineAcceleratorWhenAltUp should probably be set to 1 in the TQWindowsStyle::styleHint overridden method - // Additionally, the common styleHint code in TDE (that controls popupmenu settings and such via configuration files) needs to be modified to add a config option for this new style hint - if (styleHint(SH_HideUnderlineAcceleratorWhenAltUp, TQStyleControlElementData(), CEF_None, TQStyleOption::Default, NULL, NULL) != 0) { TQWidget *widget = dynamic_cast<TQWidget*>(o); if (widget) { diff --git a/src/styles/ntqcommonstyle.h b/src/styles/ntqcommonstyle.h index ce7e12334..b8a407ce3 100644 --- a/src/styles/ntqcommonstyle.h +++ b/src/styles/ntqcommonstyle.h @@ -38,11 +38,6 @@ ** **********************************************************************/ -// RAJA FIXME -// QMotifPlusStyle -// QSGIStyle -// QWindowsStyle - #ifndef TQCOMMONSTYLE_H #define TQCOMMONSTYLE_H |