diff options
Diffstat (limited to 'khexedit/lib/codecs/ktextcharcodec.h')
-rw-r--r-- | khexedit/lib/codecs/ktextcharcodec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/lib/codecs/ktextcharcodec.h b/khexedit/lib/codecs/ktextcharcodec.h index 48ca3b0..8d834ea 100644 --- a/khexedit/lib/codecs/ktextcharcodec.h +++ b/khexedit/lib/codecs/ktextcharcodec.h @@ -21,9 +21,9 @@ #include "kcharcodec.h" -class QTextCodec; -class QTextDecoder; -class QTextEncoder; +class TQTextCodec; +class TQTextDecoder; +class TQTextEncoder; namespace KHE { |