diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index d100d5f1..26fbf0cb 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(o); if (widget) { diff --git a/src/styles/ntqcommonstyle.h b/src/styles/ntqcommonstyle.h index ce7e1233..b8a407ce 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