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/zoombar.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/zoombar.h')
-rw-r--r-- | src/zoombar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zoombar.h b/src/zoombar.h index 8261447b..e1ec1ced 100644 --- a/src/zoombar.h +++ b/src/zoombar.h @@ -33,12 +33,12 @@ #include "rekonq_defines.h" // Qt Includes -#include <QtGui/QWidget> -#include <QtGui/QLabel> +#include <QWidget> // Forward Declarations class MainWindow; +class QLabel; class QSlider; class QToolButton; |