diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a (patch) | |
tree | c6fad3d9ff097eb05f9aed02cc2d57f75230daf6 /plugins/webinterface/php_interface.cpp | |
parent | 2410b4e25d39f34c5312311423ecbc43941703a3 (diff) | |
download | ktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.tar.gz ktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/webinterface/php_interface.cpp')
-rw-r--r-- | plugins/webinterface/php_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webinterface/php_interface.cpp b/plugins/webinterface/php_interface.cpp index fe98c00..9e2a577 100644 --- a/plugins/webinterface/php_interface.cpp +++ b/plugins/webinterface/php_interface.cpp @@ -82,7 +82,7 @@ namespace kt TorrentStats stats; //Priority file_priority; TQString status; - out << "function downloadtqStatus()\n{\nreturn array("; + out << "function downloadStatus()\n{\nreturn array("; TQPtrList<TorrentInterface>::iterator i= core->getQueueManager()->begin(); for(int k=0; i != core->getQueueManager()->end(); i++, k++) |