summaryrefslogtreecommitdiffstats
path: root/khexedit/hexviewwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexviewwidget.h')
-rw-r--r--khexedit/hexviewwidget.h6
1 files changed, 3 insertions, 3 deletions
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 );