diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:42 -0600 |
commit | bc71c5b1f383050cd74e96812fda7e91f88f4dfa (patch) | |
tree | 6db2129df9836d876966b3fd2435a1578104021a /tar | |
parent | ecb4aba1737ce20e9e8aa3f719e7beea95e0b162 (diff) | |
download | krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.tar.gz krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 |