diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /kioslave/nfs | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kioslave/nfs')
-rw-r--r-- | kioslave/nfs/Makefile.am | 2 | ||||
-rw-r--r-- | kioslave/nfs/kio_nfs.cpp | 4 |
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) { |