summaryrefslogtreecommitdiffstats
path: root/khexedit/converterdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/converterdialog.h')
-rw-r--r--khexedit/converterdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/converterdialog.h b/khexedit/converterdialog.h
index d5e8d7e..544517b 100644
--- a/khexedit/converterdialog.h
+++ b/khexedit/converterdialog.h
@@ -33,7 +33,7 @@ class CValidateLineEdit : public TQLineEdit
TQ_OBJECT
public:
- CValidateLineEdit( TQWidget *tqparent, int validateType, const char *name=0 );
+ CValidateLineEdit( TQWidget *parent, int validateType, const char *name=0 );
~CValidateLineEdit( void );
public slots:
@@ -57,7 +57,7 @@ class CConverterDialog : public KDialogBase
TQ_OBJECT
public:
- CConverterDialog( TQWidget *tqparent, const char *name=0, bool modal=true );
+ CConverterDialog( TQWidget *parent, const char *name=0, bool modal=true );
~CConverterDialog( void );
protected: