summaryrefslogtreecommitdiffstats
path: root/src/iso5426converter.h
diff options
context:
space:
mode:
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