diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | 2410b4e25d39f34c5312311423ecbc43941703a3 (patch) | |
tree | a3fc715668c2e65da4c972f261de0cc6f44417a8 /estimation-scripts | |
parent | 1fd6d1afcbe91ded5fa58f724143f81f8b1084f9 (diff) | |
download | ktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.tar.gz ktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'estimation-scripts')
-rw-r--r-- | estimation-scripts/enable-logging.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/estimation-scripts/enable-logging.diff b/estimation-scripts/enable-logging.diff index 072ad45..e030443 100644 --- a/estimation-scripts/enable-logging.diff +++ b/estimation-scripts/enable-logging.diff @@ -32,7 +32,7 @@ Index: estimation-scripts/enable-logging.diff -+ bool tmpLog = true; - /* - addColumn(i18n("File")); -- addColumn(i18n("tqStatus")); +- addColumn(i18n("Status")); -@@ -114,8 +119,43 @@ - setText(6,KBytesPerSecToString(tc->getUploadRate() / 1024.0)); - @@ -141,7 +141,7 @@ Index: apps/ktorrent/ktorrentviewitem.cpp + bool tmpLog = true; /* addColumn(i18n("File")); - addColumn(i18n("tqStatus")); + addColumn(i18n("Status")); @@ -114,8 +121,46 @@ setText(6,KBytesPerSecToString(s.upload_rate / 1024.0)); |