summaryrefslogtreecommitdiffstats
path: root/lib/kformula/styleelement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/styleelement.cc')
-rw-r--r--lib/kformula/styleelement.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/styleelement.cc b/lib/kformula/styleelement.cc
index fc61386cb..3bb6b6b14 100644
--- a/lib/kformula/styleelement.cc
+++ b/lib/kformula/styleelement.cc
@@ -22,7 +22,7 @@
KFORMULA_NAMESPACE_BEGIN
-StyleElement::StyleElement( BasicElement* tqparent ) : TokenStyleElement( tqparent ),
+StyleElement::StyleElement( BasicElement* parent ) : TokenStyleElement( parent ),
m_scriptMinSizeType( NoSize ),
m_veryVeryThinMathSpaceType( NoSize ),
m_veryThinMathSpaceType( NoSize ),
@@ -88,7 +88,7 @@ bool StyleElement::readAttributesFromMathMLDom( const TQDomElement& element )
}
TQString backgroundStr = element.attribute( "background" );
if ( ! backgroundStr.isNull() ) {
- // TODO: trantqparent background
+ // TODO: tranparent background
m_customBackground = true;
if ( backgroundStr[0] != '#' ) {
m_background = TQColor( getHtmlColor( backgroundStr ) );