$NetBSD: patch-ah,v 1.1 2007/11/23 11:56:14 drochner Exp $

--- src/seltrans.h.orig	2007-11-23 12:26:16.000000000 +0100
+++ src/seltrans.h
@@ -138,8 +138,8 @@ private:
     NR::Point _origin; ///< position of origin for transforms
     NR::Point _point; ///< original position of the knot being used for the current transform
     Inkscape::MessageContext _message_context;
-    SigC::Connection _sel_changed_connection;
-    SigC::Connection _sel_modified_connection;
+    sigc::connection _sel_changed_connection;
+    sigc::connection _sel_modified_connection;
 };
 
 }
