summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/httpfactory.h
Side-by-side diff
Diffstat (limited to 'noncore/net/ubrowser/httpfactory.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/ubrowser/httpfactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/ubrowser/httpfactory.h b/noncore/net/ubrowser/httpfactory.h
index bb7615b..1802f56 100644
--- a/noncore/net/ubrowser/httpfactory.h
+++ b/noncore/net/ubrowser/httpfactory.h
@@ -13,26 +13,27 @@ Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <qmime.h>
#include <qsocket.h>
#include <qstring.h>
#include <qdragobject.h>
#include <qtextbrowser.h>
#include <stdio.h>
#include "httpcomm.h"
class HttpFactory : public QMimeSourceFactory
{
public:
HttpFactory(QTextBrowser *newBrowser);
const QMimeSource * data(const QString &abs_name) const;
const QMimeSource * data(const QString &abs_or_rel_name, const QString & context) const;
private:
QSocket *socket;
HttpComm *comm;
QTextDrag *text;
+ QImageDrag *image;
QTextBrowser *browser;
};