summaryrefslogtreecommitdiffstats
path: root/kioslave/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/nfs')
-rw-r--r--kioslave/nfs/Makefile.am2
-rw-r--r--kioslave/nfs/kio_nfs.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/nfs/Makefile.am b/kioslave/nfs/Makefile.am
index 171bf43a2..5dc730d7d 100644
--- a/kioslave/nfs/Makefile.am
+++ b/kioslave/nfs/Makefile.am
@@ -1,4 +1,4 @@
-## Makefile.am of kdebase/kioslave/man
+## Makefile.am of tdebase/kioslave/man
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
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)
{