diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-28 20:34:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-28 20:34:15 +0000 |
commit | 1c1403293485f35fd53db45aaa77a01cdd9627e7 (patch) | |
tree | 38559cd68cd4f63023fb5f6375def9db3b8b491e /utests/upnpparseresponsetest.cpp | |
parent | 894f94545727610df22c4f73911d62d58266f695 (diff) | |
download | ktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.tar.gz ktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.zip |
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
Diffstat (limited to 'utests/upnpparseresponsetest.cpp')
-rw-r--r-- | utests/upnpparseresponsetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |