summaryrefslogtreecommitdiffstats
path: root/khexedit/hexvalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexvalidator.h')
-rw-r--r--khexedit/hexvalidator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexvalidator.h b/khexedit/hexvalidator.h
index 551bc4f..387fcbe 100644
--- a/khexedit/hexvalidator.h
+++ b/khexedit/hexvalidator.h
@@ -39,7 +39,7 @@ class CHexValidator: public TQValidator
};
public:
- CHexValidator( TQWidget *tqparent, EState state, const char *name = 0 );
+ CHexValidator( TQWidget *parent, EState state, const char *name = 0 );
~CHexValidator( void );
TQValidator::State validate( TQString &string, int &pos ) const;
void setState( EState state );