summaryrefslogtreecommitdiffstats
path: root/kioslave/nfs/kio_nfs.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
commit371e91c48d010efedcc490858f04b8d75e91a82d (patch)
tree722c82764ee74ef74a48e3ceea5740b3a008b15b /kioslave/nfs/kio_nfs.cpp
parent9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff)
downloadtdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz
tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip
Additional renaming of kde to tde
Diffstat (limited to 'kioslave/nfs/kio_nfs.cpp')
-rw-r--r--kioslave/nfs/kio_nfs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/nfs/kio_nfs.cpp b/kioslave/nfs/kio_nfs.cpp
index 96e51f1d3..d4a595c16 100644
--- a/kioslave/nfs/kio_nfs.cpp
+++ b/kioslave/nfs/kio_nfs.cpp
@@ -71,7 +71,7 @@
using namespace KIO;
using namespace std;
-//this is taken from kdelibs/tdecore/fakes.cpp
+//this is taken from tdelibs/tdecore/fakes.cpp
//#if !defined(HAVE_GETDOMAINNAME)
int x_getdomainname(char *name, size_t len)
@@ -425,7 +425,7 @@ void NFSProtocol::openConnection()
hostName=nameBuffer;
// I have the same problem here as Stefan Westerfeld, that's why I use
// the getdomainname() from fakes.cpp (renamed to x_getdomainname()), this one works
- // taken from kdelibs/arts/mcopy/mcoputils.cc
+ // taken from tdelibs/arts/mcopy/mcoputils.cc
nameBuffer[0] = '\0';
if (x_getdomainname(nameBuffer, 1024)==0)
{