diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
commit | bc71c5b1f383050cd74e96812fda7e91f88f4dfa (patch) | |
tree | 6db2129df9836d876966b3fd2435a1578104021a /virt | |
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 'virt')
-rw-r--r-- | virt/Makefile.am | 2 | ||||
-rw-r--r-- | virt/virt.cc | 2 | ||||
-rw-r--r-- | virt/virt.h | 4 | ||||
-rw-r--r-- | virt/virt.protocol | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/virt/Makefile.am b/virt/Makefile.am index 285bd59..d0a5971 100644 --- a/virt/Makefile.am +++ b/virt/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/virt/virt.cc b/virt/virt.cc index 706621f..4e9c1d4 100644 --- a/virt/virt.cc +++ b/virt/virt.cc @@ -42,7 +42,7 @@ extern "C" { int kdemain( int argc, char **argv ); } #endif #define KrDEBUG(X...){\ - FILE* f = fopen("/tmp/kio_virt.log","a+");\ + FILE* f = fopen("/tmp/tdeio_virt.log","a+");\ fprintf(f,X);\ fclose(f);\ } diff --git a/virt/virt.h b/virt/virt.h index 9b436d7..fd04265 100644 --- a/virt/virt.h +++ b/virt/virt.h @@ -20,8 +20,8 @@ #include <sys/types.h> #include <tqdict.h> -#include <kconfig.h> -#include <kio/slavebase.h> +#include <tdeconfig.h> +#include <tdeio/slavebase.h> class VirtProtocol : public TDEIO::SlaveBase { public: diff --git a/virt/virt.protocol b/virt/virt.protocol index 474a2d7..fa8d334 100644 --- a/virt/virt.protocol +++ b/virt/virt.protocol @@ -13,7 +13,7 @@ moving=true Icon=system maxInstances=4 copyFromFile=true -#TODO DocPath=kioslave/virt.html +#TODO DocPath=tdeioslave/virt.html Class=:local #deleteRecursive=true #fileNameUsedForCopying=Name |