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 --- khexedit/parts/kbytesedit/kbyteseditwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/parts/kbytesedit/kbyteseditwidget.h') 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 /** */ -- cgit v1.2.1