diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /chalk/core/kis_paint_device.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'chalk/core/kis_paint_device.h')
-rw-r--r-- | chalk/core/kis_paint_device.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h index 7fe6250b..5e5dbb3f 100644 --- a/chalk/core/kis_paint_device.h +++ b/chalk/core/kis_paint_device.h @@ -274,7 +274,7 @@ public: virtual TQImage convertToTQImage(KisProfile * dstProfile, TQ_INT32 x, TQ_INT32 y, TQ_INT32 w, TQ_INT32 h, float exposure = 0.0f); /** - * Create an RGBA TQImage from a rectangle in the paint device. The rectangle is defined by the tqparent image's bounds. + * Create an RGBA TQImage from a rectangle in the paint device. The rectangle is defined by the parent image's bounds. * * @param dstProfile RGB profile to use in conversion. May be 0, in which * case it's up to the colour strategy to choose a profile (most @@ -403,12 +403,12 @@ public: void setParentLayer(KisLayer *parentLayer); /** - * Add the specified rect top the tqparent layer (if present) + * Add the specified rect top the parent layer (if present) */ virtual void setDirty(const TQRect & rc); /** - * Set the tqparent layer completely dirty, if this paint device has one. + * Set the parent layer completely dirty, if this paint device has one. */ virtual void setDirty(); @@ -479,10 +479,10 @@ public: void clearSelection(); /** - * Apply a tqmask to the image data, i.e. multiply each pixel's opacity by its - * selectedness in the tqmask. + * Apply a mask to the image data, i.e. multiply each pixel's opacity by its + * selectedness in the mask. */ - void applySelectionMask(KisSelectionSP tqmask); + void applySelectionMask(KisSelectionSP mask); /** * Sets the selection of this paint device to the new selection, |