diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-09-11 11:30:43 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-09-11 11:30:43 +0200 |
commit | 2f2c6846da2a62fca68bc1fc2bfc48a0e74ea529 (patch) | |
tree | 27a6c2ea3804a77a6a636bc1215a165cffb73332 | |
parent | honor the "open tabs in the background" for the search with feature (diff) | |
download | rekonq-2f2c6846da2a62fca68bc1fc2bfc48a0e74ea529.tar.xz |
fix includes
Krazy says: include own header first ;-)
-rw-r--r-- | src/notificationbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notificationbar.cpp b/src/notificationbar.cpp index 4325d73b..1ff29e92 100644 --- a/src/notificationbar.cpp +++ b/src/notificationbar.cpp @@ -22,14 +22,14 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * ============================================================ */ +#include "notificationbar.h" + #include <QApplication> #include <QColor> #include <QGraphicsEffect> #include <QPainter> #include <QPropertyAnimation> -#include "notificationbar.h" - class BlinkEffect : public QGraphicsEffect { |