On Tuesday 30 September 2008 22:57:24 Den Jean wrote: > I needed to copy all QtClass to QtClass* -> So I did "new QtClass()" (call > default constructor), to get a pointer to a QtClass, which is in pascal correction: I actually ended up using the constructor with one argument: another object to copy from.