summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/khexedit.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 /khexedit/lib/khexedit.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 'khexedit/lib/khexedit.h')
-rw-r--r--khexedit/lib/khexedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/lib/khexedit.h b/khexedit/lib/khexedit.h
index 80d36d9..00a25d6 100644
--- a/khexedit/lib/khexedit.h
+++ b/khexedit/lib/khexedit.h
@@ -216,7 +216,7 @@ class KHEXEDIT_EXPORT KHexEdit : public KColumnsView
void placeCursor( const TQPoint &Point );
/***/
void setCursorColumn( KBufferColumnId );
-// void tqrepaintByte( int row, int column, bool Erase = true );
+// void repaintByte( int row, int column, bool Erase = true );
// void updateByte( int row, int column );
// void ensureByteVisible( int row, int column );
@@ -397,8 +397,8 @@ class KHEXEDIT_EXPORT KHexEdit : public KColumnsView
/** handles screen update in case of a change to any of the width sizes
*/
void updateViewByWidth();
- /** tqrepaints all the parts that are signed as changed */
- void tqrepaintChanged();
+ /** repaints all the parts that are signed as changed */
+ void repaintChanged();
protected: // drawing related operations
/** recreates the cursor pixmaps and paints active and inactive cursors if doable */