From 604bf3f969d880708ea9a1affce0b304c29e6ff5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:25:33 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- libktorrent/util/autorotatelogjob.cpp | 2 +- libktorrent/util/log.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libktorrent/util') 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(); diff --git a/libktorrent/util/log.cpp b/libktorrent/util/log.cpp index 2fb36f9..258506a 100644 --- a/libktorrent/util/log.cpp +++ b/libktorrent/util/log.cpp @@ -87,7 +87,7 @@ namespace bt // move current log to 1 and zip it bt::Move(file,file + "-1",true); - system(TQString("gzip " + KProcess::quote(file + "-1")).local8Bit()); + system(TQString("gzip " + TDEProcess::quote(file + "-1")).local8Bit()); } void setOutputFile(const TQString & file) -- cgit v1.2.1