┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarmessagelabel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-28 05:38:13 +0000
committerPeter Penz <[email protected]>2007-05-28 05:38:13 +0000
commitee667484cacf1cb1dda666f1498c947f0aa6af00 (patch)
treec321a3e2d2b14e37fd6f8afc6b133083fec047b0 /src/statusbarmessagelabel.h
parentda795d20e2f2fa57ac9cafdffcfac4d092d8eaea (diff)
use KGraphicsUtils::blendColor() instead of custom mixColors() method
svn path=/trunk/KDE/kdebase/apps/; revision=668924
Diffstat (limited to 'src/statusbarmessagelabel.h')
-rw-r--r--src/statusbarmessagelabel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/statusbarmessagelabel.h b/src/statusbarmessagelabel.h
index dcefdedfb..25610d4b6 100644
--- a/src/statusbarmessagelabel.h
+++ b/src/statusbarmessagelabel.h
@@ -155,10 +155,6 @@ private:
QPixmap m_pixmap;
QPushButton* m_closeButton;
- QColor mixColors(const QColor& c1,
- const QColor& c2,
- int percent) const;
-
int borderGap() const
{
return 2;