summaryrefslogtreecommitdiffstats
path: root/charselectapplet/charselectapplet.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commitc3509de54b7ba51981f84c6981aa2ccae2f2bc2f (patch)
treed1b63b005ae0ff1fa7b299dbd711aaa1b11952e5 /charselectapplet/charselectapplet.h
parent598cf55c6eb7cbae4df369ba3260258c15541810 (diff)
downloadtdeutils-c3509de54b7ba51981f84c6981aa2ccae2f2bc2f.tar.gz
tdeutils-c3509de54b7ba51981f84c6981aa2ccae2f2bc2f.zip
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
Diffstat (limited to 'charselectapplet/charselectapplet.h')
-rw-r--r--charselectapplet/charselectapplet.h2
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);