diff options
Diffstat (limited to 'charselectapplet/charselectapplet.h')
-rw-r--r-- | charselectapplet/charselectapplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/charselectapplet.h b/charselectapplet/charselectapplet.h index 332c18c..7145077 100644 --- a/charselectapplet/charselectapplet.h +++ b/charselectapplet/charselectapplet.h @@ -75,7 +75,7 @@ protected: void mouseMoveEvent(TQMouseEvent*); void paintCell(TQPainter*, int, int); - void tqrepaintCell(int, int); + void repaintCell(int, int); void selectCell(int row, int col); void insertString(TQString s); |