diff --git a/x11/kde/libs3/patches/patch-kdeui_klineedit_cpp b/x11/kde/libs3/patches/patch-kdeui_klineedit_cpp new file mode 100644 index 00000000000..d8af1b2ed2f --- /dev/null +++ b/x11/kde/libs3/patches/patch-kdeui_klineedit_cpp @@ -0,0 +1,13 @@ +$OpenBSD: patch-kdeui_klineedit_cpp,v 1.1 2003/12/08 02:22:09 brad Exp $ +--- kdeui/klineedit.cpp.orig 2003-09-11 11:10:04.000000000 -0400 ++++ kdeui/klineedit.cpp 2003-09-11 11:11:26.000000000 -0400 +@@ -54,7 +54,8 @@ public: + } + ~KLineEditPrivate() + { +- delete completionBox; ++// causes a weird crash in KWord at least, so let Qt delete it for us. ++// delete completionBox; + } + + int squeezedEnd;