On Thursday 19 May 2005 21:56, Frans Englich wrote: > How would the performance impact be if QUrl was splitted into QUri and > Qurl(inheriting QUri)? That has the square-rectangle problem. A QUrl is not a QUri, since there are things you can do to a QUri that you cannot do to a QUrl (like set it to "foo:bar"). Likewise a QUri is not a QUrl, since there are things you can do to a QUrl that you cannot do to a QUri (like get/set the path or hostname). -- Thanks, Richard