summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--karbon/core/vtext.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/karbon/core/vtext.cc b/karbon/core/vtext.cc
index 4c7d3989..b8e15c4f 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