qa: Remove lots of superfluous semicolons
[quassel.git] / src / qtui / coresessionwidget.h
index a62e6b0..0a5ff26 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   Free Software Foundation, Inc.,                                       *
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
+#pragma once
 
-#ifndef CORESESSIONWIDGET_H
-#define CORESESSIONWIDGET_H
-
-#include <QWidget>
-#include <ui_coresessionwidget.h>
 #include <QMap>
+#include <QWidget>
+
+#include "ui_coresessionwidget.h"
 
 class CoreSessionWidget: public QWidget
 {
@@ -44,5 +43,3 @@ private:
     Ui::CoreSessionWidget ui;
     int _peerId;
 };
-
-#endif //CORESESSIONWIDGET_H