diff options
author | lionelc <lionelc@lionelc.(none)> | 2010-08-09 20:02:25 +0200 |
---|---|---|
committer | lionelc <lionelc@lionelc.(none)> | 2010-08-09 20:02:25 +0200 |
commit | d3807df9167ab62c37838125e3b8ca4d72b3f6ce (patch) | |
tree | eac1ec67480eb795f723f66b617135a5937e3032 /src/zoombar.h | |
parent | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool butto... (diff) | |
download | rekonq-d3807df9167ab62c37838125e3b8ca4d72b3f6ce.tar.xz |
remove useless #includes
Diffstat (limited to 'src/zoombar.h')
-rw-r--r-- | src/zoombar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zoombar.h b/src/zoombar.h index 178ed464..03bff085 100644 --- a/src/zoombar.h +++ b/src/zoombar.h @@ -35,12 +35,8 @@ // Local Includes #include "mainwindow.h" -// KDE Includes -#include <KLineEdit> - // Qt Includes #include <QtGui/QWidget> -#include <QtGui/QCheckBox> #include <QtGui/QSlider> #include <QtGui/QToolButton> |