diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
commit | 48b25611c94d380b40948a3de0bfab5678668e1d (patch) | |
tree | 30348cee350d258ba86724858dcc098b3615eb9c /src/cookiejar.cpp | |
parent | Fixed notFound.html page (diff) | |
download | rekonq-48b25611c94d380b40948a3de0bfab5678668e1d.tar.xz |
Huge update. Fixed quite all of the settings troubles..
From now on, we (mainly) go on WebView bugfixing..
Diffstat (limited to 'src/cookiejar.cpp')
-rw-r--r-- | src/cookiejar.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cookiejar.cpp b/src/cookiejar.cpp index 958adb42..d4ecb3f2 100644 --- a/src/cookiejar.cpp +++ b/src/cookiejar.cpp @@ -43,7 +43,7 @@ static const unsigned int JAR_VERSION = 23; -QT_BEGIN_NAMESPACE + QDataStream &operator<<(QDataStream &stream, const QList<QNetworkCookie> &list) { stream << JAR_VERSION; @@ -82,7 +82,6 @@ QDataStream &operator>>(QDataStream &stream, QList<QNetworkCookie> &list) } return stream; } -QT_END_NAMESPACE CookieJar::CookieJar(QObject *parent) |