summaryrefslogtreecommitdiffstats
path: root/korn/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/utils.h')
-rw-r--r--korn/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/utils.h b/korn/utils.h
index 4dc27955..fe64099a 100644
--- a/korn/utils.h
+++ b/korn/utils.h
@@ -1,5 +1,5 @@
#ifndef KORN_UTILS_H
#define KORN_UTILS_H
-#include <qstring.h>
-inline QString fu(const char * s) { return QString::fromUtf8(s); }
+#include <tqstring.h>
+inline TQString fu(const char * s) { return TQString::fromUtf8(s); }
#endif