From ede78d4ab60d2c78427c4b1cc51cd9accc0aed1c Mon Sep 17 00:00:00 2001 From: spiralman Date: Sat, 15 Mar 2003 16:00:23 +0000 Subject: added code to force QTextBrowser to parse input as html if http header claims thats what it is (it was having problems autodetecting on certain pages) --- (limited to 'noncore/net/ubrowser/httpfactory.h') diff --git a/noncore/net/ubrowser/httpfactory.h b/noncore/net/ubrowser/httpfactory.h index 214120c..ec59ebb 100644 --- a/noncore/net/ubrowser/httpfactory.h +++ b/noncore/net/ubrowser/httpfactory.h @@ -30,7 +30,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include #include -#include "httpcomm.h" +//#include "httpcomm.h" class HttpFactory : public QMimeSourceFactory { @@ -40,7 +40,7 @@ public: const QMimeSource * data(const QString &abs_or_rel_name, const QString & context) const; private: // QSocket *socket; - HttpComm *comm; +// HttpComm *comm; QTextDrag *text; QImageDrag *image; QTextBrowser *browser; -- cgit v0.9.0.2