diff options
Diffstat (limited to 'libktorrent/util/autorotatelogjob.cpp')
-rw-r--r-- | libktorrent/util/autorotatelogjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/autorotatelogjob.cpp b/libktorrent/util/autorotatelogjob.cpp index de4d1c5..c703026 100644 --- a/libktorrent/util/autorotatelogjob.cpp +++ b/libktorrent/util/autorotatelogjob.cpp @@ -70,7 +70,7 @@ namespace bt else { // final log file is moved, now zip it and end the job - std::system(TQString("gzip " + KProcess::quote(file + "-1")).local8Bit()); + std::system(TQString("gzip " + TDEProcess::quote(file + "-1")).local8Bit()); m_error = 0; lg->logRotateDone(); emitResult(); |