diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:48 -0600 |
commit | 1c61261489751a320394ea8068fc877dc3e2fb47 (patch) | |
tree | c94a83052f518a342534523bebba19aad2b9ad8d /libktorrent | |
parent | c5528d18d7870d01c4d8f1b8398db31f68bd7b41 (diff) | |
download | ktorrent-1c61261489751a320394ea8068fc877dc3e2fb47.tar.gz ktorrent-1c61261489751a320394ea8068fc877dc3e2fb47.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/datachecker/multidatachecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/datachecker/multidatachecker.cpp b/libktorrent/datachecker/multidatachecker.cpp index e98a64f..d791f97 100644 --- a/libktorrent/datachecker/multidatachecker.cpp +++ b/libktorrent/datachecker/multidatachecker.cpp @@ -94,7 +94,7 @@ namespace bt if (now - last_update_time > 1000) { Out() << "Checked " << cur_chunk << " chunks" << endl; - // KApplication::kApplication()->processEvents(); + // TDEApplication::kApplication()->processEvents(); last_update_time = now; } } |