diff options
Diffstat (limited to 'src/ui/shadedbar.h')
| -rw-r--r-- | src/ui/shadedbar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ui/shadedbar.h b/src/ui/shadedbar.h index 4ea8c871f..09272e9e1 100644 --- a/src/ui/shadedbar.h +++ b/src/ui/shadedbar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,10 +24,8 @@ class QMouseEvent; class QPaintEvent; - class Skin; - /** @author Ilya Kotov <forkotov02@hotmail.ru> */ @@ -41,7 +39,7 @@ public: int value() { return m_value; - }; + } int isPressed() { return m_moving; @@ -66,6 +64,7 @@ private: int convert(int); // value = convert(position); void draw(); uint m_slider1, m_slider2, m_slider3; + int m_ratio; protected: void mousePressEvent(QMouseEvent*); |
