diff options
Diffstat (limited to 'khexedit/exportdialog.h')
-rw-r--r-- | khexedit/exportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h index 52adac8..ee89134 100644 --- a/khexedit/exportdialog.h +++ b/khexedit/exportdialog.h @@ -58,7 +58,7 @@ class CExportDialog : public KDialogBase option_max }; - CExportDialog( TQWidget *tqparent = 0, char *name = 0, bool modal = false ); + CExportDialog( TQWidget *parent = 0, char *name = 0, bool modal = false ); ~CExportDialog( void ); void writeConfiguration( void ); |