Hello all I've run into a problem wrapping a subclass of Qt 3's QSettings. The problem is that QSettings' copy constructor is private and SIP wants to copy construct an instance of my class. How can I solve this? Thanks, Arve