From 1c1403293485f35fd53db45aaa77a01cdd9627e7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 28 Jun 2011 20:34:15 +0000 Subject: TQt4 port ktorrent This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238733 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/webinterface/www/mobile/torrent.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/webinterface/www/mobile/torrent.php') diff --git a/plugins/webinterface/www/mobile/torrent.php b/plugins/webinterface/www/mobile/torrent.php index a1e451d..31d980e 100644 --- a/plugins/webinterface/www/mobile/torrent.php +++ b/plugins/webinterface/www/mobile/torrent.php @@ -8,7 +8,7 @@ ktorrent->transfers->{$t['torrent_name']}"; echo "refresh"; @@ -31,7 +31,7 @@ "; - echo "Status: "; + echo "tqStatus: "; switch ($t['status']) { case 0: echo "NOT_STARTED"; @@ -67,7 +67,7 @@ echo "CHECKING_DATA"; break; default: - echo "Not supported Status"; + echo "Not supported tqStatus"; } echo ""; echo ""; -- cgit v1.2.1