diff options
Diffstat (limited to 'khexedit/hexerror.cc')
-rw-r--r-- | khexedit/hexerror.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/hexerror.cc b/khexedit/hexerror.cc index ac179e6..ed05b4b 100644 --- a/khexedit/hexerror.cc +++ b/khexedit/hexerror.cc @@ -22,12 +22,12 @@ #include "hexerror.h" -static QString message; +static TQString message; -const QString &hexError( int index ) +const TQString &hexError( int index ) { - static QString messages[ Err_MAXERROR - Err_NoData ] = + static TQString messages[ Err_MAXERROR - Err_NoData ] = { i18n("No data"), // Err_NoData i18n("Insufficient memory"), // Err_NoMemory |