diff options
Diffstat (limited to 'tar')
-rw-r--r-- | tar/Makefile.am | 8 | ||||
-rw-r--r-- | tar/ar.protocol | 2 | ||||
-rw-r--r-- | tar/tar.cc | 4 | ||||
-rw-r--r-- | tar/tar.protocol | 2 | ||||
-rw-r--r-- | tar/zip.protocol | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am index 86b1b8a..f4409ab 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -4,11 +4,11 @@ INCLUDES = $(all_includes) AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor METASOURCES = AUTO -kde_module_LTLIBRARIES = kio_tar.la +kde_module_LTLIBRARIES = tdeio_tar.la -kio_tar_la_SOURCES = tar.cc -kio_tar_la_LIBADD = $(LIB_KSYCOCA) -kio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdeio_tar_la_SOURCES = tar.cc +tdeio_tar_la_LIBADD = $(LIB_KSYCOCA) +tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) check_PROGRAMS = ktartest diff --git a/tar/ar.protocol b/tar/ar.protocol index 31e765a..61779db 100644 --- a/tar/ar.protocol +++ b/tar/ar.protocol @@ -1,5 +1,5 @@ [Protocol] -exec=kio_tar +exec=tdeio_tar protocol=ar mimetype=application/x-archive input=filesystem @@ -30,12 +30,12 @@ extern "C" { int kdemain( int argc, char **argv ); } #endif int kdemain( int argc, char **argv ) { - TDEInstance instance( "kio_tar" ); + TDEInstance instance( "tdeio_tar" ); kdDebug( 7109 ) << "Starting " << getpid() << endl; if ( argc != 4 ) { - fprintf( stderr, "Usage: kio_tar protocol domain-socket1 domain-socket2\n" ); + fprintf( stderr, "Usage: tdeio_tar protocol domain-socket1 domain-socket2\n" ); exit( -1 ); } diff --git a/tar/tar.protocol b/tar/tar.protocol index bd97ba6..83d5fa6 100644 --- a/tar/tar.protocol +++ b/tar/tar.protocol @@ -1,5 +1,5 @@ [Protocol] -exec=kio_tar +exec=tdeio_tar protocol=tar mimetype=application/x-tar input=filesystem diff --git a/tar/zip.protocol b/tar/zip.protocol index d67d5b2..b16f820 100644 --- a/tar/zip.protocol +++ b/tar/zip.protocol @@ -1,5 +1,5 @@ [Protocol] -exec=kio_tar +exec=tdeio_tar protocol=zip mimetype=application/x-zip input=filesystem |