summaryrefslogtreecommitdiffstats
path: root/khexedit/hexerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexerror.h')
-rw-r--r--khexedit/hexerror.h2
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