summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/httpcomm.h
Side-by-side diff
Diffstat (limited to 'noncore/net/ubrowser/httpcomm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/ubrowser/httpcomm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/net/ubrowser/httpcomm.h b/noncore/net/ubrowser/httpcomm.h
index c20fe72..d6f63fc 100644
--- a/noncore/net/ubrowser/httpcomm.h
+++ b/noncore/net/ubrowser/httpcomm.h
@@ -22,2 +22,4 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <qtextbrowser.h>
+#include <qcstring.h>
+#include <qimage.h>
@@ -31,3 +33,3 @@ public:
void setUp(QString *newName);
- void setStuff(QString newHost, QString newPortS, QString newFile, QTextDrag *newText);
+ void setStuff(QString newHost, QString newPortS, QString newFile, QTextDrag *newText, QImageDrag *newImage, bool newIsImage);
void parseHeader();
@@ -51,2 +53,3 @@ private:
QTextDrag *text;
+ QImageDrag *image;
QTextBrowser *browser;
@@ -56,2 +59,3 @@ private:
int status;
+ bool isImage;
};