diff options
Diffstat (limited to 'khexedit/hexvalidator.cpp')
-rw-r--r-- | khexedit/hexvalidator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexvalidator.cpp b/khexedit/hexvalidator.cpp index 74126e7..96cd982 100644 --- a/khexedit/hexvalidator.cpp +++ b/khexedit/hexvalidator.cpp @@ -25,7 +25,7 @@ CHexValidator::CHexValidator( TQWidget *parent, EState state, const char *name ) - :TQValidator( TQT_TQOBJECT(parent), name ) + :TQValidator( parent, name ) { setState( state ); } |