summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpcolor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kpcolor.cpp')
-rw-r--r--kolourpaint/kpcolor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpcolor.cpp b/kolourpaint/kpcolor.cpp
index 2efa3c9e..48eb3e8e 100644
--- a/kolourpaint/kpcolor.cpp
+++ b/kolourpaint/kpcolor.cpp
@@ -354,7 +354,7 @@ const TQColor &kpColor::toTQColor () const
}
// public
-TQColor kpColor::tqmaskColor () const
+TQColor kpColor::maskColor () const
{
return isTransparent () ? TQt::color0 : TQt::color1;
}