summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBrush.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrBrush.cpp')
-rw-r--r--kpresenter/KPrBrush.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrBrush.cpp b/kpresenter/KPrBrush.cpp
index 4ef45d0d..3a6035ea 100644
--- a/kpresenter/KPrBrush.cpp
+++ b/kpresenter/KPrBrush.cpp
@@ -226,7 +226,7 @@ void KPrBrush::loadOasisFillStyle( KoOasisContext &context, const char * propert
// otherwise the properties dialog for the object won't
// display the preview for the gradient.
TQBrush tmpBrush;
- tmpBrush.setStyle( static_cast<Qt::BrushStyle>( 1 ) );
+ tmpBrush.setStyle( static_cast<TQt::BrushStyle>( 1 ) );
setBrush( tmpBrush );
setFillType( FT_GRADIENT );
}