summaryrefslogtreecommitdiff
path: root/src/cookieexceptiondialog.h
diff options
context:
space:
mode:
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();