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 6bd1fd3..efaaeaa 100644
--- a/src/iso5426converter.h
+++ b/src/iso5426converter.h
@@ -14,11 +14,11 @@
#ifndef TELLICO_ISO5426CONVERTER_H
#define TELLICO_ISO5426CONVERTER_H
-class QCString;
-class QString;
-class QChar;
+class TQCString;
+class TQString;
+class TQChar;
-#include <qglobal.h>
+#include <tqglobal.h>
namespace Tellico {
@@ -27,15 +27,15 @@ namespace Tellico {
*/
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