|
|
|
@ -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
|
|
|
|
|