summaryrefslogtreecommitdiffstats
path: root/src/widget/wstatuslight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wstatuslight.h')
-rw-r--r--src/widget/wstatuslight.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/widget/wstatuslight.h b/src/widget/wstatuslight.h
index ac7250dff5..2f56b92bd7 100644
--- a/src/widget/wstatuslight.h
+++ b/src/widget/wstatuslight.h
@@ -17,8 +17,7 @@
* *
***************************************************************************/
-#ifndef WSTATUSLIGHT_H
-#define WSTATUSLIGHT_H
+#pragma once
#include <QPaintEvent>
#include <QWidget>
@@ -57,5 +56,3 @@ class WStatusLight : public WWidget {
// Associated pixmaps
QVector<PaintablePointer> m_pixmaps;
};
-
-#endif