diff options
Diffstat (limited to 'khexedit/chartabledialog.h')
-rw-r--r-- | khexedit/chartabledialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/chartabledialog.h b/khexedit/chartabledialog.h index ac829e7..6b7610b 100644 --- a/khexedit/chartabledialog.h +++ b/khexedit/chartabledialog.h @@ -38,7 +38,7 @@ class CCharTableDialog : public KDialogBase TQ_OBJECT public: - CCharTableDialog( TQWidget *tqparent=0, const char *name=0,bool modal=false ); + CCharTableDialog( TQWidget *parent=0, const char *name=0,bool modal=false ); ~CCharTableDialog( void ); signals: |