diff options
Diffstat (limited to 'ksvg/impl/libs/libtext2path/src/Glyph.cpp')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Glyph.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.cpp b/ksvg/impl/libs/libtext2path/src/Glyph.cpp index 5d172018..08ad55a8 100644 --- a/ksvg/impl/libs/libtext2path/src/Glyph.cpp +++ b/ksvg/impl/libs/libtext2path/src/Glyph.cpp @@ -1,5 +1,4 @@ -/* - Copyright (C) 2003 Nikolas Zimmermann <[email protected]> +/* Copyright (C) 2003 Nikolas Zimmermann <[email protected]> This file is part of the KDE project This library is free software; you can redistribute it and/or @@ -310,14 +309,14 @@ void GlyphRenderParams::setFont(Font *font) m_font = font; } -const GlyphLayoutParams *GlyphRenderParams::layout() const +const GlyphLayoutParams *GlyphRenderParams::tqlayout() const { return m_layout; } -void GlyphRenderParams::setLayout(const GlyphLayoutParams *layout) +void GlyphRenderParams::setLayout(const GlyphLayoutParams *tqlayout) { - m_layout = layout; + m_layout = tqlayout; } unsigned int GlyphRenderParams::glyphIndex() const |