summaryrefslogtreecommitdiff
path: root/src/frontend/display/btcolorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/display/btcolorwidget.h')
-rw-r--r--src/frontend/display/btcolorwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/frontend/display/btcolorwidget.h b/src/frontend/display/btcolorwidget.h
index 0d8e8ad..5cc0f56 100644
--- a/src/frontend/display/btcolorwidget.h
+++ b/src/frontend/display/btcolorwidget.h
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2009 by the BibleTime developers.
+* Copyright 1999-2011 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -22,10 +22,11 @@ class BtColorWidget : public QFrame {
BtColorWidget(QWidget* parent = 0);
~BtColorWidget();
QSize sizeHint() const;
+
+ public slots:
void setColor(const QColor& color);
protected:
-// void paintEvent( QPaintEvent* );
void mouseReleaseEvent(QMouseEvent* event);
private: