summaryrefslogtreecommitdiff
path: root/src/cookieexceptiondialog.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-19 12:42:42 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-03 00:04:20 +0200
commit67ac2452917657a4035d93c9a19cc02bdd2333d3 (patch)
treea290813ab987460ec9072f3a25c7fc72e0e21413 /src/cookieexceptiondialog.h
parentwrong file name.. (diff)
downloadrekonq-67ac2452917657a4035d93c9a19cc02bdd2333d3.tar.xz
Fixing Compilation. Going to feature improvements
Diffstat (limited to 'src/cookieexceptiondialog.h')
-rw-r--r--src/cookieexceptiondialog.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cookieexceptiondialog.h b/src/cookieexceptiondialog.h
index f68c119e..43afb58e 100644
--- a/src/cookieexceptiondialog.h
+++ b/src/cookieexceptiondialog.h
@@ -21,11 +21,14 @@
#ifndef COOKIEEXCEPTIONDIALOG_H
#define COOKIEEXCEPTIONDIALOG_H
+
+// Local Includes
+#include "cookiejar.h"
+
// Qt Includes
-#include <QtGui/QAbstractTableModel>
+#include <QtCore/QAbstractTableModel>
// Forward Declarations
-class CookieJar;
class QString;
class QStringList;
class QModelIndex;