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