diff options
Diffstat (limited to 'blinken/src/blinken.h')
-rw-r--r-- | blinken/src/blinken.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blinken/src/blinken.h b/blinken/src/blinken.h index 0c45c8a7..b5dc4c71 100644 --- a/blinken/src/blinken.h +++ b/blinken/src/blinken.h @@ -57,7 +57,7 @@ Q_OBJECT void drawMenuQuit(TQPainter &p); void drawScoreAndCounter(TQPainter &p); - void drawStatusText(TQPainter &p); + void drawtqStatusText(TQPainter &p); void drawLevel(TQPainter &p); void drawText(TQPainter &p, const TQString &text, const TQPoint ¢er, bool withMargin, int xMargin, int yMargin, TQRect *rect, bool highlight, bool bold); void updateButtonHighlighting(const TQPoint &p); @@ -73,7 +73,7 @@ Q_OBJECT // Preferences setting handling bool m_showPreferences; - // if should update the highlighting after the next repaint + // if should update the highlighting after the next tqrepaint bool m_updateButtonHighlighting; // use always the non-cool font? |