summaryrefslogtreecommitdiff
path: root/src/urlbar/favoritewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/favoritewidget.h')
-rw-r--r--src/urlbar/favoritewidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/urlbar/favoritewidget.h b/src/urlbar/favoritewidget.h
index c75d2a7e..d0b05f14 100644
--- a/src/urlbar/favoritewidget.h
+++ b/src/urlbar/favoritewidget.h
@@ -29,11 +29,11 @@
// Qt Includes
-#include <QtGui/QMenu>
-#include <QtGui/QCheckBox>
+#include <QMenu>
+#include <QCheckBox>
-// Local Includes
-#include "webtab.h"
+// Forward Declarations
+class WebTab;
class FavoriteWidget : public QMenu