summaryrefslogtreecommitdiff
path: root/src/cookieexceptiondialog.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-19 17:26:02 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-03 00:04:20 +0200
commitde173857a95933a3de8ef446bde8a1a004d21d65 (patch)
tree0a050025fda6681d82047801b38e71dd35532141 /src/cookieexceptiondialog.h
parentFixing Compilation. Going to feature improvements (diff)
downloadrekonq-de173857a95933a3de8ef446bde8a1a004d21d65.tar.xz
Fixing Ui cookies dim
Diffstat (limited to 'src/cookieexceptiondialog.h')
-rw-r--r--src/cookieexceptiondialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cookieexceptiondialog.h b/src/cookieexceptiondialog.h
index 43afb58e..eb0608d1 100644
--- a/src/cookieexceptiondialog.h
+++ b/src/cookieexceptiondialog.h
@@ -75,6 +75,8 @@ class CookiesExceptionsDialog : public KDialog
public:
explicit CookiesExceptionsDialog(CookieJar *cookieJar, QWidget *parent = 0);
+ QSize sizeHint() const;
+
private slots:
void block();
void allow();