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.cpp | |
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.cpp')
-rw-r--r-- | src/zoombar.cpp | 3 |
1 files changed, 0 insertions, 3 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> |