Index: helper.cpp =================================================================== --- helper.cpp (版本 1007043) +++ helper.cpp (工作副本) @@ -52,7 +52,7 @@ { int ret = 0; // write to the system config file - KConfig _config( KDE_CONFDIR "kcmclockrc", KConfig::SimpleConfig); + KConfig _config( KDE_CONFDIR "/kcmclockrc", KConfig::SimpleConfig); KConfigGroup config(&_config, "NTP"); config.writeEntry("servers", ntpServers ); config.writeEntry("enabled", ntpEnabled );