diff --git a/karbon/core/vtext.cc b/karbon/core/vtext.cc index 4c7d3989b..b8e15c4f3 100644 --- a/karbon/core/vtext.cc +++ b/karbon/core/vtext.cc @@ -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