summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBrush.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:54:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-16 23:37:57 +0900
commitef06f14f2475bd08d3ea2ceec54a7b2238f3554e (patch)
tree03df826633e4ba084d133ca977c4fc37c74f21ac /kpresenter/KPrBrush.cpp
parent895081803a715ee89f4a90cfbf63d558ef2b2ebc (diff)
downloadkoffice-ef06f14f2475bd08d3ea2ceec54a7b2238f3554e.tar.gz
koffice-ef06f14f2475bd08d3ea2ceec54a7b2238f3554e.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 );
}