diff options
Diffstat (limited to 'lanbrowsing/lisa')
-rw-r--r-- | lanbrowsing/lisa/README | 2 | ||||
-rw-r--r-- | lanbrowsing/lisa/netmanager.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lanbrowsing/lisa/README b/lanbrowsing/lisa/README index d6d33156..0ee2143d 100644 --- a/lanbrowsing/lisa/README +++ b/lanbrowsing/lisa/README @@ -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 diff --git a/lanbrowsing/lisa/netmanager.cpp b/lanbrowsing/lisa/netmanager.cpp index 092d5180..ecb9b23d 100644 --- a/lanbrowsing/lisa/netmanager.cpp +++ b/lanbrowsing/lisa/netmanager.cpp @@ -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 |