summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole_wcwidth.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole_wcwidth.h')
-rw-r--r--konsole/konsole/konsole_wcwidth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/konsole/konsole/konsole_wcwidth.h b/konsole/konsole/konsole_wcwidth.h
index 15f6ef9a8..b070beb02 100644
--- a/konsole/konsole/konsole_wcwidth.h
+++ b/konsole/konsole/konsole_wcwidth.h
@@ -6,12 +6,12 @@
#ifndef _KONSOLE_WCWIDTH_H_
#define _KONSOLE_WCWIDTH_H_
-#include <qglobal.h>
-#include <qstring.h>
+#include <tqglobal.h>
+#include <tqstring.h>
int konsole_wcwidth(Q_UINT16 ucs);
//int konsole_wcwidth_cjk(Q_UINT16 ucs);
-int string_width( const QString &txt );
+int string_width( const TQString &txt );
#endif