diff options
Diffstat (limited to 'x11/qtarch/patches/patch-ac')
-rw-r--r-- | x11/qtarch/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/qtarch/patches/patch-ac b/x11/qtarch/patches/patch-ac new file mode 100644 index 00000000000..85f3788d156 --- /dev/null +++ b/x11/qtarch/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2004/09/10 15:43:51 drochner Exp $ + +--- TabOrderDialog.h.orig 2004-09-10 15:28:26.000000000 +0200 ++++ TabOrderDialog.h +@@ -78,6 +78,6 @@ private: // Attributes + WidgetFrame *widgetFrame; + QWidget *frameOverlay; + +- friend Overlay; ++ friend class Overlay; + }; + #endif // TabOrderDialog_included |