summaryrefslogtreecommitdiffstats
path: root/lanbrowsing
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:46:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:46:12 -0600
commitcf41a9a53f9ae4476a636450aad0a9d5543c7137 (patch)
tree433fc6c16a6852dbc61535e1333b7b2da4edbc3d /lanbrowsing
parent46664325cbd19d318c70b46939adeb9b8f34b99a (diff)
downloadtdenetwork-cf41a9a53f9ae4476a636450aad0a9d5543c7137.tar.gz
tdenetwork-cf41a9a53f9ae4476a636450aad0a9d5543c7137.zip
Rename kde-config to tde-config
Diffstat (limited to 'lanbrowsing')
-rw-r--r--lanbrowsing/kio_lan/kio_lan.cpp2
-rw-r--r--lanbrowsing/lisa/README2
-rw-r--r--lanbrowsing/lisa/netmanager.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/lanbrowsing/kio_lan/kio_lan.cpp b/lanbrowsing/kio_lan/kio_lan.cpp
index 55cc13b4..870f01f8 100644
--- a/lanbrowsing/kio_lan/kio_lan.cpp
+++ b/lanbrowsing/kio_lan/kio_lan.cpp
@@ -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;
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