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

--- kpilot/lib/pluginfactory.h.orig	2012-04-27 15:41:25.000000000 +0000
+++ kpilot/lib/pluginfactory.h
@@ -31,15 +31,12 @@
 
 #include <kdebug.h>
 #include <klibloader.h>
+#include <kpilotlink.h>
 
 #include "options.h"
 
 /** @file Defines a template class for factories for KPilot's conduits. */
 
-class KPilotLink;
-
-
-
 /** Template class that defines a conduit's factory. */
 
 template <class Widget, class Action> class ConduitFactory : public KLibFactory