Fixed FTBFS caused by missing KartonText.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent f2b042c804
commit e7c0e16f2b

@ -732,6 +732,8 @@ VText::buildRequest( TQString family, int weight, int slant, double size, int &i
return fileName; return fileName;
} }
#endif // HAVE_KARBONTEXT
void VText::setOffset( double offset ) void VText::setOffset( double offset )
{ {
if( offset < 0.0 ) if( offset < 0.0 )
@ -742,4 +744,3 @@ void VText::setOffset( double offset )
m_offset = offset; m_offset = offset;
} }
#endif // HAVE_KARBONTEXT

Loading…
Cancel
Save