summaryrefslogtreecommitdiff
path: root/src/notificationbar.cpp
diff options
context:
space:
mode:
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
{