From b79641f51ca0143a0606fcd89d66d08699009265 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 21 Jan 2003 16:14:42 +0000 Subject: [PATCH] typo --- x11/qt3/patches/patch-include_qmlined_h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11/qt3/patches/patch-include_qmlined_h diff --git a/x11/qt3/patches/patch-include_qmlined_h b/x11/qt3/patches/patch-include_qmlined_h new file mode 100644 index 00000000000..91c2285e08f --- /dev/null +++ b/x11/qt3/patches/patch-include_qmlined_h @@ -0,0 +1,10 @@ +$OpenBSD: patch-include_qmlined_h,v 1.1 2003/01/21 16:14:42 espie Exp $ +--- include/qmlined.h.orig Tue Jan 21 17:07:29 2003 ++++ include/qmlined.h Tue Jan 21 17:07:41 2003 +@@ -22,5 +22,5 @@ + *****************************************************************************/ + #ifndef QMLINED_H + #define QMLINED_H +-#include "qtmultilineedit.h" ++#include "qmultilineedit.h" + #endif