diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /src/table | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip |
Automated update from qt3
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/qtable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index b9926f3fa..0a1d9c62f 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -2781,7 +2781,7 @@ void TQTable::drawContents( TQPainter *p, int cx, int cy, int cw, int ch ) } drawActiveSelection = hasFocus() || viewport()->hasFocus() || d->inMenuMode - || is_child_of( qApp->focusWidget(), viewport() ) + || is_child_of( tqApp->focusWidget(), viewport() ) || !style().styleHint( TQStyle::SH_ItemView_ChangeHighlightOnFocus, this ); if ( rowlast == -1 ) rowlast = numRows() - 1; @@ -4315,7 +4315,7 @@ void TQTable::focusOutEvent( TQFocusEvent* ) if (style().styleHint( TQStyle::SH_ItemView_ChangeHighlightOnFocus, this )) { d->inMenuMode = TQFocusEvent::reason() == TQFocusEvent::Popup || - (qApp->focusWidget() && qApp->focusWidget()->inherits("TQMenuBar")); + (tqApp->focusWidget() && tqApp->focusWidget()->inherits("TQMenuBar")); if ( !d->inMenuMode ) repaintSelections(); } |