From e3379a9953ab5532065dbe90bdb5a5fe14565641 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 14:20:53 -0600 Subject: Rename additional kioslave libraries --- tdeioslave/file/CMakeLists.txt | 4 ++-- tdeioslave/file/Makefile.am | 8 ++++---- tdeioslave/file/file.cc | 6 +++--- tdeioslave/file/file.protocol | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tdeioslave/file') diff --git a/tdeioslave/file/CMakeLists.txt b/tdeioslave/file/CMakeLists.txt index 0392de535..287e1ebe2 100644 --- a/tdeioslave/file/CMakeLists.txt +++ b/tdeioslave/file/CMakeLists.txt @@ -39,9 +39,9 @@ install( FILES file.h DESTINATION ${INCLUDE_INSTALL_DIR}/tdeio ) install( FILES file.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) -##### kio_file ################################## +##### tdeio_file ################################## -set( target kio_file ) +set( target tdeio_file ) set( ${target}_SRCS file.cc diff --git a/tdeioslave/file/Makefile.am b/tdeioslave/file/Makefile.am index 518b79f46..0e34dda74 100644 --- a/tdeioslave/file/Makefile.am +++ b/tdeioslave/file/Makefile.am @@ -6,11 +6,11 @@ INCLUDES = $(all_includes) ####### Files -kde_module_LTLIBRARIES = kio_file.la +kde_module_LTLIBRARIES = tdeio_file.la -kio_file_la_SOURCES = file.cc -kio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(ACL_LIBS) -kio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(top_builddir)/dcop/libDCOP.la +tdeio_file_la_SOURCES = file.cc +tdeio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(ACL_LIBS) +tdeio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(top_builddir)/dcop/libDCOP.la noinst_HEADERS = file.h fileinclude_HEADERS = file.h diff --git a/tdeioslave/file/file.cc b/tdeioslave/file/file.cc index 499a69330..c8112c3b5 100644 --- a/tdeioslave/file/file.cc +++ b/tdeioslave/file/file.cc @@ -113,14 +113,14 @@ extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); } int kdemain( int argc, char **argv ) { KLocale::setMainCatalogue("tdelibs"); - TDEInstance instance( "kio_file" ); + TDEInstance instance( "tdeio_file" ); ( void ) TDEGlobal::locale(); kdDebug(7101) << "Starting " << getpid() << endl; if (argc != 4) { - fprintf(stderr, "Usage: kio_file protocol domain-socket1 domain-socket2\n"); + fprintf(stderr, "Usage: tdeio_file protocol domain-socket1 domain-socket2\n"); exit(-1); } @@ -998,7 +998,7 @@ bool FileProtocol::createUDSEntry( const TQString & filename, const TQCString & { assert(entry.count() == 0); // by contract :-) // Note: details = 0 (only "file or directory or symlink or doesn't exist") isn't implemented - // because there's no real performance penalty in kio_file for returning the complete + // because there's no real performance penalty in tdeio_file for returning the complete // details. Please consider doing it in your tdeioslave if you're using this one as a model :) UDSAtom atom; atom.m_uds = TDEIO::UDS_NAME; diff --git a/tdeioslave/file/file.protocol b/tdeioslave/file/file.protocol index be7c5d587..270a2f208 100644 --- a/tdeioslave/file/file.protocol +++ b/tdeioslave/file/file.protocol @@ -1,5 +1,5 @@ [Protocol] -exec=kio_file +exec=tdeio_file protocol=file input=none output=filesystem -- cgit v1.2.1