diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:32:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:32:11 -0600 |
commit | 94844816550ad672ccfcdc25659c625546239998 (patch) | |
tree | e35fc60fd736c645d59f6408af032774ad8023d3 /karbon/shapes/vstar.h | |
parent | 2a811c38c74c03648ecf857e566c44483cbad706 (diff) | |
download | koffice-94844816550ad672ccfcdc25659c625546239998.tar.gz koffice-94844816550ad672ccfcdc25659c625546239998.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'karbon/shapes/vstar.h')
-rw-r--r-- | karbon/shapes/vstar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/shapes/vstar.h b/karbon/shapes/vstar.h index d82cdf9e..e6134662 100644 --- a/karbon/shapes/vstar.h +++ b/karbon/shapes/vstar.h @@ -23,11 +23,11 @@ #include "vcomposite.h" #include <koffice_export.h> /** - * This tqshape offers star-like tqshapes with a lot of parameters : + * This shape offers star-like shapes with a lot of parameters : * * Types : * - * Star - fully connected star tqshape. + * Star - fully connected star shape. * Star outline - like star but without the cross connections. * Framed star - like star outline but with an enclosing path. * Spoke - basically a star outline with inner radius of zero. @@ -42,7 +42,7 @@ * Inner radius - inner radius where star has to connect to. This value * doesn't apply to polygon, spoke and wheel. * Inner angle - extra radius amount for inner radius. - * Roundness - uses curves instead of lines for the star tqshape. + * Roundness - uses curves instead of lines for the star shape. */ class KARBONBASE_EXPORT VStar : public VPath { |