diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:21:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:21:13 -0600 |
commit | ebbee358abafa1b5166404c6fe5cc44ae2837a57 (patch) | |
tree | 268d36bbf4de9fb4007a1419b132b8b95251b99d /ksvg/impl/libs/libtext2path/src/Glyph.cpp | |
parent | 74c05bbf9d92e43a6cf3799355b5f3598884409e (diff) | |
download | tdegraphics-ebbee358abafa1b5166404c6fe5cc44ae2837a57.tar.gz tdegraphics-ebbee358abafa1b5166404c6fe5cc44ae2837a57.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'ksvg/impl/libs/libtext2path/src/Glyph.cpp')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Glyph.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.cpp b/ksvg/impl/libs/libtext2path/src/Glyph.cpp index 08ad55a8..d2e16189 100644 --- a/ksvg/impl/libs/libtext2path/src/Glyph.cpp +++ b/ksvg/impl/libs/libtext2path/src/Glyph.cpp @@ -309,14 +309,14 @@ void GlyphRenderParams::setFont(Font *font) m_font = font; } -const GlyphLayoutParams *GlyphRenderParams::tqlayout() const +const GlyphLayoutParams *GlyphRenderParams::layout() const { return m_layout; } -void GlyphRenderParams::setLayout(const GlyphLayoutParams *tqlayout) +void GlyphRenderParams::setLayout(const GlyphLayoutParams *layout) { - m_layout = tqlayout; + m_layout = layout; } unsigned int GlyphRenderParams::glyphIndex() const |