diff options
Diffstat (limited to 'khexedit/stringdialog.h')
-rw-r--r-- | khexedit/stringdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/stringdialog.h b/khexedit/stringdialog.h index 36b46f8..b854971 100644 --- a/khexedit/stringdialog.h +++ b/khexedit/stringdialog.h @@ -44,7 +44,7 @@ class CStringDialog : public KDialogBase TQ_OBJECT public: - CStringDialog( TQWidget *tqparent=0, const char *name = 0, bool modal=false ); + CStringDialog( TQWidget *parent=0, const char *name = 0, bool modal=false ); ~CStringDialog( void ); int updateList( CProgress &p ); |