From 625904bd3097f9749450428904ca14ff2531824d Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khexedit/hexviewwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khexedit/hexviewwidget.h') diff --git a/khexedit/hexviewwidget.h b/khexedit/hexviewwidget.h index 65f1164..1e3f02c 100644 --- a/khexedit/hexviewwidget.h +++ b/khexedit/hexviewwidget.h @@ -43,8 +43,8 @@ class CScrollBar : public TQScrollBar TQ_OBJECT public: - CScrollBar( Qt::Orientation o, TQWidget *tqparent, const char *name = 0 ) - : TQScrollBar( o, tqparent, name ) + CScrollBar( Qt::Orientation o, TQWidget *parent, const char *name = 0 ) + : TQScrollBar( o, parent, name ) { } @@ -103,7 +103,7 @@ class CHexViewWidget : public TQFrame TQ_OBJECT public: - CHexViewWidget( TQWidget *tqparent, const char *name, CHexBuffer *hexBuffer ); + CHexViewWidget( TQWidget *parent, const char *name, CHexBuffer *hexBuffer ); ~CHexViewWidget( void ); inline bool widgetValid( void ); -- cgit v1.2.1