Fixed FTBFS caused by missing KartonText.

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

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

Loading…
Cancel
Save