diff options
Diffstat (limited to 'khexedit/stringdialog.h')
-rw-r--r-- | khexedit/stringdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/khexedit/stringdialog.h b/khexedit/stringdialog.h index eb462f9..36b46f8 100644 --- a/khexedit/stringdialog.h +++ b/khexedit/stringdialog.h @@ -41,9 +41,10 @@ class CListView; class CStringDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - CStringDialog( TQWidget *parent=0, const char *name = 0, bool modal=false ); + CStringDialog( TQWidget *tqparent=0, const char *name = 0, bool modal=false ); ~CStringDialog( void ); int updateList( CProgress &p ); |