summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-libkpimidentities_identity.h
blob: 18a675ad51fcc82130fdb5f4e3c96d772de244c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-libkpimidentities_identity.h,v 1.1 2012/05/04 16:27:59 joerg Exp $

--- libkpimidentities/identity.h.orig	2012-04-27 17:36:37.000000000 +0000
+++ libkpimidentities/identity.h
@@ -19,6 +19,9 @@ class KProcess;
 namespace KPIM {
   class Identity;
   class Signature;
+
+  QDataStream &operator<<( QDataStream & stream, const Signature & sig );
+  QDataStream &operator>>( QDataStream & stream, Signature & sig );
 }
 class KConfigBase;
 class IdentityList;