summaryrefslogtreecommitdiffstats
path: root/src/iso5426converter.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 12:56:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:11:35 +0200
commit5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch)
treec8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/iso5426converter.h
parent251c9a439759c830d34c70683d0fc9454d703010 (diff)
downloadkbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz
kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip
Initial TQt conversion
Diffstat (limited to 'src/iso5426converter.h')
-rw-r--r--src/iso5426converter.h14
1 files changed, 7 insertions, 7 deletions
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 <qglobal.h>
+#include <ntqglobal.h>
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