From 5f5e7c5455d52826b0bd50f64fcffb7695ce970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 29 Jun 2013 12:56:53 +0200 Subject: Initial TQt conversion --- src/iso5426converter.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/iso5426converter.h') diff --git a/src/iso5426converter.h b/src/iso5426converter.h index f13873b..442863e 100644 --- a/src/iso5426converter.h +++ b/src/iso5426converter.h @@ -23,11 +23,11 @@ #ifndef KBIBTEX_ISO5426CONVERTER_H #define KBIBTEX_ISO5426CONVERTER_H -class QCString; -class QString; -class QChar; +class TQCString; +class TQString; +class TQChar; -#include +#include namespace KBibTeX { @@ -36,15 +36,15 @@ namespace KBibTeX { */ class Iso5426Converter { public: - static QString toUtf8(const QCString& text); + static TQString toUtf8(const TQCString& text); private: static bool hasNext(uint pos, uint len); static bool isAscii(uchar c); static bool isCombining(uchar c); - static QChar getChar(uchar c); - static QChar getCombiningChar(uint i); + static TQChar getChar(uchar c); + static TQChar getCombiningChar(uint i); }; } // end namespace -- cgit v1.2.3