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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konsole/konsole/konsole_wcwidth.h b/konsole/konsole/konsole_wcwidth.h
index a7ca9ad4f..b070beb02 100644
--- a/konsole/konsole/konsole_wcwidth.h
+++ b/konsole/konsole/konsole_wcwidth.h
@@ -9,8 +9,8 @@
#include <tqglobal.h>
#include <tqstring.h>
-int konsole_wcwidth(TQ_UINT16 ucs);
-//int konsole_wcwidth_cjk(TQ_UINT16 ucs);
+int konsole_wcwidth(Q_UINT16 ucs);
+//int konsole_wcwidth_cjk(Q_UINT16 ucs);
int string_width( const TQString &txt );