summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_style.cpp')
-rw-r--r--kspread/kspread_style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_style.cpp b/kspread/kspread_style.cpp
index bd58ac885..4abcdb4b8 100644
--- a/kspread/kspread_style.cpp
+++ b/kspread/kspread_style.cpp
@@ -1701,7 +1701,7 @@ bool Style::loadXML( TQDomElement & format )
if ( format.hasAttribute( "brushstyle" ) )
{
- m_backGroundBrush.setStyle( (Qt::BrushStyle) format.attribute( "brushstyle" ).toInt( &ok ) );
+ m_backGroundBrush.setStyle( (TQt::BrushStyle) format.attribute( "brushstyle" ).toInt( &ok ) );
if ( !ok )
return false;