summaryrefslogtreecommitdiffstats
path: root/blinken/src/counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/counter.h')
-rw-r--r--blinken/src/counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/counter.h b/blinken/src/counter.h
index 81e20ed3..49957aeb 100644
--- a/blinken/src/counter.h
+++ b/blinken/src/counter.h
@@ -15,7 +15,7 @@ class QPainter;
class counter
{
public:
- static void paint(QPainter &p, bool drawScore, int score, bool drawTimer, const QColor &c1, const QColor &c2, const QColor &c3);
+ static void paint(TQPainter &p, bool drawScore, int score, bool drawTimer, const TQColor &c1, const TQColor &c2, const TQColor &c3);
static int width(bool drawTimer);
static int height();
};