From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 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 14d50ad66..63f0214c9 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 -contains instructions for transferring/converting configuration information +tqcontains 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 contains a +If you overwrite an existing update file with a new version that tqcontains 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]".