From 830032294517ab286b424639fcf65435826d42c3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 26 Sep 2011 18:42:45 +0000 Subject: Implement NSAPI RESPONSE_HEADERS in nsplugin. Cherry picked from KDE4, acknowledgements to Maksim Orlovich for the fix, and to Nick Leverton for the TDE backport. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255714 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- nsplugins/viewer/nsplugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsplugins/viewer/nsplugin.h') diff --git a/nsplugins/viewer/nsplugin.h b/nsplugins/viewer/nsplugin.h index 1c241cc8e..2a2af35d5 100644 --- a/nsplugins/viewer/nsplugin.h +++ b/nsplugins/viewer/nsplugin.h @@ -95,6 +95,7 @@ protected: KURL _url; TQString _fileURL; TQString _mimeType; + TQByteArray _headers; TQByteArray _data; class KTempFile *_tempFile; -- cgit v1.2.3