From c3509de54b7ba51981f84c6981aa2ccae2f2bc2f Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- charselectapplet/charselectapplet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charselectapplet/charselectapplet.h') 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); -- cgit v1.2.1