openbsd-ports/databases/MyCC/patches/patch-include_CSqlEditor_paragdata_h

13 lines
388 B
Plaintext

$OpenBSD: patch-include_CSqlEditor_paragdata_h,v 1.1 2002/04/11 08:15:39 wilfried Exp $
--- include/CSqlEditor/paragdata.h.orig Thu Feb 21 19:10:05 2002
+++ include/CSqlEditor/paragdata.h Wed Apr 10 14:54:22 2002
@@ -22,7 +22,7 @@
#define PARAGDATA_H
#include "parenmatcher.h"
-#include "qrichtext_p.h"
+#include <private/qrichtext_p.h>
struct ParagData : public QTextParagData
{