diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/tabbar.h | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 3e29b248..161612c2 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -37,9 +37,6 @@ // KDE Includes #include <KTabBar> -//Qt Includes -#include <QSignalMapper> - // Forward Declarations class TabPreviewPopup; class TabHighlightEffect; @@ -47,7 +44,7 @@ class TabHighlightEffect; class KActionMenu; class QPropertyAnimation; - +class QSignalMapper; /** * Tab bar with a few more features such as |