On Thursday 30 September 2010, David Faure wrote: > SVN commit 1181300 by dfaure: > > Add missing @since in new method. > CCMAIL: djarvie@kde.org > > > M +1 -0 ksystemtimezone.h > > > --- trunk/KDE/kdelibs/kdecore/date/ksystemtimezone.h #1181299:1181300 > @@ -236,6 +236,7 @@ > /** > * Return whether the KDE time zone daemon, ktimezoned, is available. > If * not, UTC will be the only recognized time zone. > + * @since 4.6 > */ > static bool ktimezonedOk(); Certainly this is for developers but wouldn't a less technical name be better, e.g. isTimeZoneDaemonRunning()?