diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /scripts/rc2kcfgxt.pl | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'scripts/rc2kcfgxt.pl')
-rw-r--r-- | scripts/rc2kcfgxt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rc2kcfgxt.pl b/scripts/rc2kcfgxt.pl index 4b015dee..ecd1ae27 100644 --- a/scripts/rc2kcfgxt.pl +++ b/scripts/rc2kcfgxt.pl @@ -8,7 +8,7 @@ # # Usage: rc2kcfgtxt.pl < rcfile > xmlfile # -# Reads an rcfile (say, kmailrc) and writes out an KConfigXT XML +# Reads an rcfile (say, kmailrc) and writes out an TDEConfigXT XML # file that represents a reasonable guess for representing the # rc file. No guarantees about well-formedness of the XML are made. # |