diff options
Diffstat (limited to 'src/cnitem.h')
-rw-r--r-- | src/cnitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnitem.h b/src/cnitem.h index 04fcc62..eb8f80a 100644 --- a/src/cnitem.h +++ b/src/cnitem.h @@ -165,7 +165,7 @@ protected: * @param pos is the position that the text occupies relative to the top left corner of the CNItem. * @param display is the actual text to be displayed. * @param internal is used to determine the z-level of the text - whether it should be below or above the item - * @param flags Text alignment flags - TQt::AlignmentFlags and TQt::TextFlags OR'd together. + * @param flags Text tqalignment flags - TQt::AlignmentFlags and TQt::TextFlags OR'd together. */ Text* addDisplayText( const TQString &id, const TQRect & pos, const TQString &display, bool internal = true, int flags = TQt::AlignHCenter | TQt::AlignVCenter ); void setDisplayText( const TQString &id, const TQString &display ); |