diff options
Diffstat (limited to 'src/table/qtable.cpp')
-rw-r--r-- | src/table/qtable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index 1d07d5141..c6ba6ddb2 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -2911,7 +2911,7 @@ void TQTable::paintCell( TQPainter* p, int row, int col, { if ( cr.width() == 0 || cr.height() == 0 ) return; -#if defined(Q_WS_WIN) +#if defined(TQ_WS_WIN) const TQColorGroup &cg = ( !drawActiveSelection && style().styleHint( TQStyle::SH_ItemView_ChangeHighlightOnFocus ) ? palette().inactive() : colorGroup() ); #else const TQColorGroup &cg = colorGroup(); |