diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-26 18:42:45 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-26 18:42:45 +0000 |
commit | 830032294517ab286b424639fcf65435826d42c3 (patch) | |
tree | 17c2823a41d7bb1b4a60f879709bb8faeeb7dd05 /nsplugins/viewer/nsplugin.h | |
parent | 5724164fa199cbdd4b7c736ef5153836d7a847d7 (diff) | |
download | tdebase-830032294517ab286b424639fcf65435826d42c3.tar.gz tdebase-830032294517ab286b424639fcf65435826d42c3.zip |
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
Diffstat (limited to 'nsplugins/viewer/nsplugin.h')
-rw-r--r-- | nsplugins/viewer/nsplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |