Rename kde-config to tde-config

pull/1/head
Timothy Pearson 12 years ago
parent 46664325cb
commit cf41a9a53f

@ -594,7 +594,7 @@ for
<term><option>-K</option>, <option>--kde2</option></term>
<listitem>
<para>Looks for the file <filename>lisarc</filename> in every folder
returned by running <userinput><command>kde-config</command>
returned by running <userinput><command>tde-config</command>
<option>--path</option> <parameter>config</parameter></userinput></para>
</listitem>
</varlistentry>

@ -2,7 +2,7 @@
IFS=:
SUFF=kconf_update_bin/kopete-account-kconf_update
for path in `kde-config --path lib`; do
for path in `tde-config --path lib`; do
if test -x "$path/$SUFF"; then
exec "$path/$SUFF"
fi

@ -2,7 +2,7 @@
IFS=:
SUFF=kconf_update_bin/kopete-pluginloader2-kconf_update
for path in `kde-config --path lib`; do
for path in `tde-config --path lib`; do
if test -x "$path/$SUFF"; then
exec "$path/$SUFF"
fi

@ -302,7 +302,7 @@ int LANProtocol::rlanReadDataFromServer()
return 0;
}
//wait a moment
//reslisa starts kde-config, then does up to 64
//reslisa starts tde-config, then does up to 64
//name lookups and then starts to ping
//results won't be available before this is done
kdDebug(7101)<<"sleeping..."<<endl;

@ -386,7 +386,7 @@ For reslisa the file is named reslisarc instead lisarc.
then for $TDEDIR/share/config/lisarc
-K, --kde2 looks for the file lisarc in every directory
returned by running "kde-config --path config"
returned by running "tde-config --path config"
-c, --config=FILE read this and no other configuration file

@ -349,10 +349,10 @@ MyString NetManager::getConfigFileName()
}
else if (m_configStyle==KDE2CONFIGSTYLE)
{
FILE *kdeConfig=popen("kde-config --path config","r");
FILE *kdeConfig=popen("tde-config --path config","r");
if (kdeConfig==0)
{
std::cout<<"could not execute kde-config, check your KDE 2 installation\n"<<std::endl;
std::cout<<"could not execute tde-config, check your KDE 2 installation\n"<<std::endl;
return "";
};
//this should be large enough

Loading…
Cancel
Save