From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kconf_update/README.kconf_update | 8 +++---- kconf_update/kconf_update.cpp | 46 ++++++++++++++++++++-------------------- 2 files changed, 27 insertions(+), 27 deletions(-) (limited to 'kconf_update') diff --git a/kconf_update/README.kconf_update b/kconf_update/README.kconf_update index 63f0214c9..14d50ad66 100644 --- a/kconf_update/README.kconf_update +++ b/kconf_update/README.kconf_update @@ -28,7 +28,7 @@ How it works Applications can install so called "update files" under $KDEDIR/share/apps/kconf_update. An update file has ".upd" as extension and -tqcontains instructions for transferring/converting configuration information +contains instructions for transferring/converting configuration information from one place to another. Updating the configuration happens automatically, either when KDE gets started @@ -39,7 +39,7 @@ section describing a configuration change has been applied, the Id will be stored in the file "kconf_updaterc". This information is used to make sure that a configuration update is only performed once. -If you overwrite an existing update file with a new version that tqcontains a +If you overwrite an existing update file with a new version that contains a new section, only the update instructions from this extra section will be performed. @@ -77,7 +77,7 @@ adding lines with "# DELETE [group]key" in the output of the script. To delete a whole group use "# DELETEGROUP [group]".