summaryrefslogtreecommitdiffstats
path: root/blinken/src/counter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/counter.cpp')
-rw-r--r--blinken/src/counter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/counter.cpp b/blinken/src/counter.cpp
index 93c55109..c3ac7d29 100644
--- a/blinken/src/counter.cpp
+++ b/blinken/src/counter.cpp
@@ -17,7 +17,7 @@ void counter::paint(TQPainter &p, bool drawScore, int score, bool drawTimer, con
{
p.save();
p.translate(45, 15);
- p.setPen(TQPen(Qt::black, 3));
+ p.setPen(TQPen(TQt::black, 3));
p.setBrush(TQColor(40, 40, 40));
if (drawTimer)
{