1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/lang/gambas/files/patch-src::lib::qt::CFont.cpp
Thierry Thomas d122a6e31d Add gambas 0.91, gambas Almost Means BASic.
PR:		62755
Approved by:	mat (mentor).
2004-03-25 18:10:26 +00:00

11 lines
268 B
C++

--- ./src/lib/qt/CFont.cpp.orig Sat Feb 7 18:56:11 2004
+++ ./src/lib/qt/CFont.cpp Sun Feb 8 22:38:18 2004
@@ -29,6 +29,7 @@
#include <qstringlist.h>
#include <qfontmetrics.h>
+#include "gb_common.h"
#include "CWidget.h"
#include "CDraw.h"
#include "CFont.h"