summaryrefslogtreecommitdiffstats
path: root/src/table/qtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/qtable.cpp')
-rw-r--r--src/table/qtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp
index 1d07d514..c6ba6ddb 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();