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