From fe7c06fffa370f8f04a3035f3ae92975ea39b960 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 29 Jul 2012 11:22:24 +0200 Subject: Insert back HistoryManager There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function --- src/tabwindow/tabpreviewpopup.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tabwindow/tabpreviewpopup.h') diff --git a/src/tabwindow/tabpreviewpopup.h b/src/tabwindow/tabpreviewpopup.h index b496f60f..37d270c7 100644 --- a/src/tabwindow/tabpreviewpopup.h +++ b/src/tabwindow/tabpreviewpopup.h @@ -28,6 +28,10 @@ #ifndef TABPREVIEWPOPUP_H #define TABPREVIEWPOPUP_H + +// Rekonq Includes +#include "rekonq_defines.h" + // KDE Includes #include @@ -36,6 +40,7 @@ class QLabel; class QPixmap; class QString; + class TabPreviewPopup : public KPassivePopup { Q_OBJECT -- cgit v1.2.1