summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_cell.cpp')
-rw-r--r--kspread/kspread_cell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_cell.cpp b/kspread/kspread_cell.cpp
index 1c99dea3..1664c9bb 100644
--- a/kspread/kspread_cell.cpp
+++ b/kspread/kspread_cell.cpp
@@ -2730,7 +2730,7 @@ void Cell::paintBackground( TQPainter& painter, const KoRect &cellRect,
painter.setBackgroundColor( defaultColorGroup.base() );
}
else {
- //bad hack but there is a qt bug
+ //bad hack but there is a tqt bug
//so I can print backgroundcolor
TQBrush bb( bg );
if ( !bg.isValid() )