mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
15 lines
453 B
C
15 lines
453 B
C
$NetBSD: patch-libgui_qterminal_libqterminal_unix_konsole__wcwidth.h,v 1.1 2016/02/16 04:21:40 dbj Exp $
|
|
|
|
Changes for compiling with Qt5 instead of Qt4
|
|
|
|
--- libgui/qterminal/libqterminal/unix/konsole_wcwidth.h.orig 2015-05-23 14:21:53.000000000 +0000
|
|
+++ libgui/qterminal/libqterminal/unix/konsole_wcwidth.h
|
|
@@ -11,7 +11,6 @@
|
|
#define _KONSOLE_WCWIDTH_H_
|
|
|
|
// Qt
|
|
-#include <QtCore/QBool>
|
|
#include <QtCore/QString>
|
|
|
|
int konsole_wcwidth(quint16 ucs);
|