diff options
Diffstat (limited to 'tar')
-rw-r--r-- | tar/Makefile.am | 2 | ||||
-rw-r--r-- | tar/ar.protocol | 2 | ||||
-rw-r--r-- | tar/tar.h | 2 | ||||
-rw-r--r-- | tar/tar.protocol | 2 | ||||
-rw-r--r-- | tar/zip.protocol | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tar/Makefile.am b/tar/Makefile.am index 611da9b..86b1b8a 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am of tdebase/kioslave/tar +## Makefile.am of tdebase/tdeioslave/tar INCLUDES = $(all_includes) AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor diff --git a/tar/ar.protocol b/tar/ar.protocol index 7bdc3e7..31e765a 100644 --- a/tar/ar.protocol +++ b/tar/ar.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=kioslave/ar.html +DocPath=tdeioslave/ar.html Icon=ar Class=:local @@ -20,7 +20,7 @@ #ifndef _TAR_H #define _TAR_H -#include <kio/slavebase.h> +#include <tdeio/slavebase.h> #include <sys/types.h> class ArchiveProtocol : public TDEIO::SlaveBase { diff --git a/tar/tar.protocol b/tar/tar.protocol index 096ed24..bd97ba6 100644 --- a/tar/tar.protocol +++ b/tar/tar.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=kioslave/tar.html +DocPath=tdeioslave/tar.html Icon=tar Class=:local diff --git a/tar/zip.protocol b/tar/zip.protocol index a7dffe7..d67d5b2 100644 --- a/tar/zip.protocol +++ b/tar/zip.protocol @@ -7,6 +7,6 @@ output=filesystem listing=Name,Type,Size,Date,Access,Owner,Group,Link reading=true source=true -DocPath=kioslave/zip.html +DocPath=tdeioslave/zip.html Icon=zip Class=:local |