diff options
Diffstat (limited to 'khexedit/fileinfodialog.h')
-rw-r--r-- | khexedit/fileinfodialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/fileinfodialog.h b/khexedit/fileinfodialog.h index 5c8528f..816c972 100644 --- a/khexedit/fileinfodialog.h +++ b/khexedit/fileinfodialog.h @@ -39,7 +39,7 @@ class CFileInfoDialog : public KDialogBase TQ_OBJECT public: - CFileInfoDialog( TQWidget *tqparent=0, const char *name=0,bool modal=false ); + CFileInfoDialog( TQWidget *parent=0, const char *name=0,bool modal=false ); ~CFileInfoDialog( void ); void setStatistics( void ); |