summaryrefslogtreecommitdiff
path: root/styledpixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'styledpixmap.h')
-rw-r--r--styledpixmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/styledpixmap.h b/styledpixmap.h
index 147d6a0..ef54081 100644
--- a/styledpixmap.h
+++ b/styledpixmap.h
@@ -9,13 +9,12 @@ private:
void drawHorizontalLine(int y, int xStart, int xStop, tColor col);
protected:
cPixmap *pixmap;
- cString caller;
tColor color;
tColor colorBlending;
void setPixmap(cPixmap *pixmap);
public:
cStyledPixmap(void);
- cStyledPixmap(cPixmap *pixmap, cString caller);
+ cStyledPixmap(cPixmap *pixmap);
virtual ~cStyledPixmap(void);
void drawBackground();
void drawBlendedBackground();