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 --- utests/upnpparseresponsetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utests/upnpparseresponsetest.cpp') diff --git a/utests/upnpparseresponsetest.cpp b/utests/upnpparseresponsetest.cpp index 0198ec7..97102cf 100644 --- a/utests/upnpparseresponsetest.cpp +++ b/utests/upnpparseresponsetest.cpp @@ -53,7 +53,7 @@ namespace utest "USN: uuid:75802409-bccb-40e7-8e6c-fa095ecce13e::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\n\r\n"; UPnPMCastSocket mcast; - UPnPRouter* r = mcast.parseResponse(QCString(test_ps)); + UPnPRouter* r = mcast.parseResponse(TQCString(test_ps)); if (r) { delete r; -- cgit v1.2.1