diff options
Diffstat (limited to 'kolourpaint/kpdocument.h')
-rw-r--r-- | kolourpaint/kpdocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/kpdocument.h b/kolourpaint/kpdocument.h index bc11990b..67ce32f3 100644 --- a/kolourpaint/kpdocument.h +++ b/kolourpaint/kpdocument.h @@ -189,7 +189,7 @@ public: void setSelection (const kpSelection &selection); // TODO: this always returns opaque pixmap - need transparent ver - TQPixmap getSelectedPixmap (const TQBitmap &tqmaskBitmap = TQBitmap ()) const; + TQPixmap getSelectedPixmap (const TQBitmap &maskBitmap = TQBitmap ()) const; bool selectionPullFromDocument (const kpColor &backgroundColor); bool selectionDelete (); |