diff options
Diffstat (limited to 'khexedit/hextoolwidget.h')
-rw-r--r-- | khexedit/hextoolwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hextoolwidget.h b/khexedit/hextoolwidget.h index 2c2abe5..cdaaad6 100644 --- a/khexedit/hextoolwidget.h +++ b/khexedit/hextoolwidget.h @@ -37,7 +37,7 @@ class CHexToolWidget : public TQFrame TQ_OBJECT public: - CHexToolWidget( TQWidget *tqparent = 0, const char *name = 0 ); + CHexToolWidget( TQWidget *parent = 0, const char *name = 0 ); ~CHexToolWidget( void ); void writeConfiguration( KConfig &config ); |