diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-06-11 11:22:06 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-06-11 11:22:06 +0000 |
commit | 02ce36f8b274534a7c843c1a8acacb9a31b4d3d3 (patch) | |
tree | 9675066c58e0f905d300b6be4634ffeb82ea9d37 /src/cookiejar.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-02ce36f8b274534a7c843c1a8acacb9a31b4d3d3.tar.xz |
Fix forward declaration
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@980178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/cookiejar.h')
-rw-r--r-- | src/cookiejar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cookiejar.h b/src/cookiejar.h index 56adc0b3..5bfe7749 100644 --- a/src/cookiejar.h +++ b/src/cookiejar.h @@ -29,7 +29,6 @@ #include <QtNetwork/QNetworkCookieJar> // Forward Declarations -class AutoSaver; class QUrl; |