$OpenBSD: patch-kio_kio_kautomount_h,v 1.1 2017/06/17 21:58:59 zhuk Exp $
Unbreak py-kde4 after devel/py-sip update to 4.19.2.

Index: kio/kio/kautomount.h
--- kio/kio/kautomount.h.orig
+++ kio/kio/kautomount.h
@@ -66,9 +66,11 @@ Q_SIGNALS:
     /** Emitted in case the directory could not been mounted */
     void error();
 
-private:
+protected:
     /** KAutoMount deletes itself. Don't delete it manually. */
     ~KAutoMount();
+
+private:
     Q_PRIVATE_SLOT(d, void slotResult( KJob * ))
     friend class KAutoMountPrivate;
     KAutoMountPrivate* const d;
@@ -100,9 +102,11 @@ Q_SIGNALS:
     /** Emitted in case the directory could not been unmounted */
     void error();
 
-private:
+protected:
     /** KAutoUnmount deletes itself. Don't delete it manually. */
     ~KAutoUnmount();
+
+private:
     Q_PRIVATE_SLOT(d, void slotResult( KJob * ))
     friend class KAutoUnmountPrivate;
     KAutoUnmountPrivate* const d;
