1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/x11-toolkits/qt32/files/patch-include-qmlined.h
Mario Sergio Fujikawa Ferreira f7f7f593cd o Fix a include inside a header file. It was pointing to a no longer
existent file [1]. This fixes unixODBC port GUI build.
o qt applications should be built with thread support per default.
  Thus, add this to default qmake.conf for FreeBSD. [2]
o Bump PORTREVISION due to aforementioned

PR:		48303 [1]
Submitted by:	Michael Collette <metrol@metrol.net> [1],
		arved [2]
Reviewed by:	Lauri Watts <lauri@kde.org> (FreeBSD KDE Team)
2003-02-17 20:36:21 +00:00

10 lines
297 B
C

--- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
+++ include/qmlined.h Sat Feb 15 02:27:45 2003
@@ -22,5 +22,5 @@
*****************************************************************************/
#ifndef QMLINED_H
#define QMLINED_H
-#include "qtmultilineedit.h"
+#include "qtextedit.h"
#endif