From kde-core-devel Thu Feb 14 00:18:15 2008 From: "Richard Hartmann" Date: Thu, 14 Feb 2008 00:18:15 +0000 To: kde-core-devel Subject: Re: KDynamicSetting new class proposal Message-Id: <2d460de70802131618u431ad47fpa04561a90ffe1c65 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120294836103333 > enum Setting { invalidSetting = 0, > generalFont, > fixedFont, > toolBarFont, > menuFont, > windowTitleFont, > taskbarFont, > showIconsOnPushButtons, > animationsEnabled }; I would try to go for more specific names. For example, you might refer to GIF animations or even flash-enabled sites instead of the GUI when you say animationsEnabled. I know this is unlikely and probably hair-splitting, but using names like UIgeneralFont, UIanimationsEnabled or IOdefaultPrinter can't hurt. Richard