$NetBSD: patch-ac,v 1.8 2006/05/26 09:20:03 joerg Exp $

--- include/Component.h.orig	2006-05-26 08:12:35.000000000 +0000
+++ include/Component.h
@@ -44,6 +44,7 @@ class QTextStream;
 class Component : public SchematicElement
 {
 public:
+  Component( const Component& c );
   Component( const QPoint& center );
   virtual ~Component();
 
@@ -107,7 +108,6 @@ protected:
 
 private:
   //Not implemented
-  Component( const Component& c );
   Component& operator=( const Component& c );
 
   void drawAttributes(QPainter* painter);
