From ee667484cacf1cb1dda666f1498c947f0aa6af00 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 28 May 2007 05:38:13 +0000 Subject: use KGraphicsUtils::blendColor() instead of custom mixColors() method svn path=/trunk/KDE/kdebase/apps/; revision=668924 --- src/statusbarmessagelabel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/statusbarmessagelabel.h') 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; -- cgit v1.3.1