diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-19 12:42:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:04:20 +0200 |
commit | 67ac2452917657a4035d93c9a19cc02bdd2333d3 (patch) | |
tree | a290813ab987460ec9072f3a25c7fc72e0e21413 /src/cookieexceptiondialog.h | |
parent | wrong file name.. (diff) | |
download | rekonq-67ac2452917657a4035d93c9a19cc02bdd2333d3.tar.xz |
Fixing Compilation. Going to feature improvements
Diffstat (limited to 'src/cookieexceptiondialog.h')
-rw-r--r-- | src/cookieexceptiondialog.h | 7 |
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; |