From kde-core-devel Thu Jul 12 01:28:32 2001 From: Frerich Raabe Date: Thu, 12 Jul 2001 01:28:32 +0000 To: kde-core-devel Subject: Re: [PATCH] Highlighting thumbnails in konqueror X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99490141020390 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