summaryrefslogtreecommitdiffstats
path: root/khexedit/parts
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/parts
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/parts')
-rw-r--r--khexedit/parts/kbytesedit/kbyteseditwidget.cpp4
-rw-r--r--khexedit/parts/kbytesedit/kbyteseditwidget.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.cpp b/khexedit/parts/kbytesedit/kbyteseditwidget.cpp
index 1e53c05..bfcb6be 100644
--- a/khexedit/parts/kbytesedit/kbyteseditwidget.cpp
+++ b/khexedit/parts/kbytesedit/kbyteseditwidget.cpp
@@ -247,9 +247,9 @@ bool KBytesEditWidget::hasSelectedData() const
}
-void KBytesEditWidget::tqrepaintRange( int i1, int i2 )
+void KBytesEditWidget::repaintRange( int i1, int i2 )
{
- BytesEdit->tqrepaintRange( i1, i2 );
+ BytesEdit->repaintRange( i1, i2 );
}
diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.h b/khexedit/parts/kbytesedit/kbyteseditwidget.h
index 616981f..9747ae6 100644
--- a/khexedit/parts/kbytesedit/kbyteseditwidget.h
+++ b/khexedit/parts/kbytesedit/kbyteseditwidget.h
@@ -87,7 +87,7 @@ class KBytesEditWidget : public TQWidget, public KHE::BytesEditInterface,
virtual bool isReadOnly() const;
virtual bool isModified() const;
/** tqrepaint the indizes from i1 to i2 */
- virtual void tqrepaintRange( int i1, int i2 );
+ virtual void repaintRange( int i1, int i2 );
public: // cursor interface
/** */