Automated update from Qt3

pull/1/head
Timothy Pearson 12 years ago
parent 74dac1c21d
commit 9e79d29898

@ -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) {

@ -38,11 +38,6 @@
**
**********************************************************************/
// RAJA FIXME
// QMotifPlusStyle
// QSGIStyle
// QWindowsStyle
#ifndef TQCOMMONSTYLE_H
#define TQCOMMONSTYLE_H

Loading…
Cancel
Save