From 371e91c48d010efedcc490858f04b8d75e91a82d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:48:59 -0600 Subject: Additional renaming of kde to tde --- kioslave/nfs/kio_nfs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslave/nfs/kio_nfs.cpp') 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) { -- cgit v1.2.3