From kde-core-devel Wed Jul 25 14:40:18 2001 From: Charles Samuels Date: Wed, 25 Jul 2001 14:40:18 +0000 To: kde-core-devel Subject: Re: RFC: KConfig changes for 3.0 X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99607212900316 In addition to Rob's comments, we should eliminate the obvious lack of OO safety in KConfig and always explicitly set a group when accessing a key. My personal favorite way is a group(QString) function that returns a temporary KConfigGroup. In other words config->group("Some Group Name")->readEntry("Some Key");