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 | |
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
-rw-r--r-- | src/zoombar.cpp | 3 | ||||
-rw-r--r-- | src/zoombar.h | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/zoombar.cpp b/src/zoombar.cpp index 28907ccc..d44553ed 100644 --- a/src/zoombar.cpp +++ b/src/zoombar.cpp @@ -33,10 +33,7 @@ #include "mainview.h" // KDE Includes -#include <KLineEdit> #include <KIcon> -#include <klocalizedstring.h> -#include <KApplication> #include <KStandardAction> #include <KAction> 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> |