summaryrefslogtreecommitdiff
path: root/src/notificationbar.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-09-11 11:30:43 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-09-11 11:30:43 +0200
commit2f2c6846da2a62fca68bc1fc2bfc48a0e74ea529 (patch)
tree27a6c2ea3804a77a6a636bc1215a165cffb73332 /src/notificationbar.cpp
parenthonor the "open tabs in the background" for the search with feature (diff)
downloadrekonq-2f2c6846da2a62fca68bc1fc2bfc48a0e74ea529.tar.xz
fix includes
Krazy says: include own header first ;-)
Diffstat (limited to 'src/notificationbar.cpp')
-rw-r--r--src/notificationbar.cpp4
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
{