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 /virt/virt.cc | |
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/virt.cc')
-rw-r--r-- | virt/virt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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);\ } |