diff options
Diffstat (limited to 'khexedit/hexeditorwidget.h')
-rw-r--r-- | khexedit/hexeditorwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index 92491e5..def98e0 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -71,7 +71,7 @@ class CHexEditorWidget : public TQWidget }; public: - CHexEditorWidget( TQWidget *tqparent = 0, const char *name = 0 ); + CHexEditorWidget( TQWidget *parent = 0, const char *name = 0 ); ~CHexEditorWidget( void ); void initialize( void ); |