Package: x2goclient Version: 4.0.1.3 Severity: wishlist QT lists QHttp as "This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code." The current preferred method for making http/https request is to use QNetworkAccessManager. The attached patch makes that conversion. I've done light testing on patch with both OSX and Windows clients and it appears functional.