diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdefx/kdrawutil.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdefx/kdrawutil.h')
-rw-r--r-- | kdefx/kdrawutil.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdefx/kdrawutil.h b/kdefx/kdrawutil.h index 033e0edf4..27be8ac58 100644 --- a/kdefx/kdrawutil.h +++ b/kdefx/kdrawutil.h @@ -86,7 +86,7 @@ KDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h, * @c \#include @c <kdrawutil.h> * * Draws a rounded oval button. This function doesn't fill the button. - * See kRoundMaskRegion() for setting tqmasks for fills. + * See kRoundMaskRegion() for setting masks for fills. * * @param p The painter to use for drawing the button. * @param r Specifies the rect in which to draw the button. @@ -125,7 +125,7 @@ KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h); * @c \#include @c <kdrawutil.h> * * Paints the pixels covered by a round button of the given size with - * Qt::color1. This function is useful in TQStyle::tqdrawControlMask(). + * Qt::color1. This function is useful in TQStyle::drawControlMask(). * * @param p The painter to use for drawing the button. * @param x The X coordinate of the button. @@ -133,7 +133,7 @@ KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h); * @param w The width of the button. * @param h The height of the button. * @param clear Whether to clear the rectangle specified by @p (x, y, w, h) to - * Qt::color0 before drawing the tqmask. + * Qt::color0 before drawing the mask. */ KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear=false); @@ -145,7 +145,7 @@ KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool * the foreground colors. There's one bitmap for each color. If you want to skip * a color, pass @a null for the corresponding bitmap. * - * @note The bitmaps will be self-tqmasked automatically if not tqmasked + * @note The bitmaps will be self-masked automatically if not masked * prior to calling this routine. * * @param p The painter to use for drawing the bitmaps. |