diff options
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r-- | src/tabpreviewpopup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index 1521bae2..01995a20 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -3,6 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2011 by Vyacheslav Blinov <blinov dot vyacheslav at gmail dot com> +* Copyright (C) 2011-2012 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -23,6 +24,7 @@ * * ============================================================ */ + #ifndef TABPREVIEWPOPUP_H #define TABPREVIEWPOPUP_H @@ -36,6 +38,7 @@ class WebTab; class QLabel; + class REKONQ_TESTS_EXPORT TabPreviewPopup : public KPassivePopup { |