summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-07 01:35:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-07 01:35:48 -0500
commit9e79d29898cbd4338491b4981a3e75a0f2bb8d81 (patch)
treedddd5732e46cfbb7e56dcaf28109a30f4be8eba1
parent74dac1c21d3ad1f446874fd29f7e670e77a196b5 (diff)
downloadtqt3-9e79d29898cbd4338491b4981a3e75a0f2bb8d81.tar.gz
tqt3-9e79d29898cbd4338491b4981a3e75a0f2bb8d81.zip
Automated update from Qt3
-rw-r--r--src/kernel/qstyle.cpp4
-rw-r--r--src/styles/ntqcommonstyle.h5
2 files changed, 0 insertions, 9 deletions
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<TQWidget*>(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