On Thursday, 12. July 2001 00:58, Martijn Klingens wrote: > Please review. No objections == /me committing tomorrow. I think 'class KFileIVI_Private' should become 'struct Private;' and moved into the 'KFileIVI' namespace, i.e. class KFileIVI { .. private: struct Private; Private *d; }; This avoids namespace pollution. - Frerich