diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:40:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:40:28 +0200 |
commit | 7ea16e97740ee21660d7130c83ff6af5fb3b1563 (patch) | |
tree | b1606230a21adf04f49de208fa71cc21d9d0af7d /src/cookieexceptiondialog.cpp | |
parent | Fixing CMakelists and close buttons (diff) | |
download | rekonq-7ea16e97740ee21660d7130c83ff6af5fb3b1563.tar.xz |
new cookie management system. That (hopefully) works well..;)
Diffstat (limited to 'src/cookieexceptiondialog.cpp')
-rw-r--r-- | src/cookieexceptiondialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cookieexceptiondialog.cpp b/src/cookieexceptiondialog.cpp index 0a88b378..b4ad555f 100644 --- a/src/cookieexceptiondialog.cpp +++ b/src/cookieexceptiondialog.cpp @@ -268,4 +268,3 @@ QSize CookiesExceptionsDialog::sizeHint() const QSize size = desktopRect.size() * 0.6; return size; } - |