diff options
Diffstat (limited to 'kolourpaint/widgets/kptoolwidgetfillstyle.h')
-rw-r--r-- | kolourpaint/widgets/kptoolwidgetfillstyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/widgets/kptoolwidgetfillstyle.h b/kolourpaint/widgets/kptoolwidgetfillstyle.h index 221d0245..82ee1357 100644 --- a/kolourpaint/widgets/kptoolwidgetfillstyle.h +++ b/kolourpaint/widgets/kptoolwidgetfillstyle.h @@ -59,10 +59,10 @@ private: public: FillStyle fillStyle () const; - static TQBrush tqmaskBrushForFillStyle (FillStyle fs, + static TQBrush maskBrushForFillStyle (FillStyle fs, const kpColor &foregroundColor, const kpColor &backgroundColor); - TQBrush tqmaskBrush (const kpColor &foregroundColor, + TQBrush maskBrush (const kpColor &foregroundColor, const kpColor &backgroundColor); static TQBrush brushForFillStyle (FillStyle fs, |