diff options
Diffstat (limited to 'khexedit/hexerror.h')
-rw-r--r-- | khexedit/hexerror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexerror.h b/khexedit/hexerror.h index d17d302..4d9d209 100644 --- a/khexedit/hexerror.h +++ b/khexedit/hexerror.h @@ -51,7 +51,7 @@ enum EHexError Err_MAXERROR // Must be the last }; -const QString &hexError( int index ); +const TQString &hexError( int index ); #endif |