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.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/widget/wstatuslight.h b/src/widget/wstatuslight.h
index 2f56b92bd7..3c46556831 100644
--- a/src/widget/wstatuslight.h
+++ b/src/widget/wstatuslight.h
@@ -1,22 +1,3 @@
-/***************************************************************************
- wstatuslight.h - A general purpose status light
- for indicating boolean events
- -------------------
- begin : Fri Jul 22 2007
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- (C) 2007 by John Sully (derived from WVumeter)
- email : jsully@scs.ryerson.ca
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QPaintEvent>
@@ -30,6 +11,7 @@
#include "widget/wpixmapstore.h"
#include "skin/skincontext.h"
+/// A general purpose status light for indicating boolean events.
class WStatusLight : public WWidget {
Q_OBJECT
public: