diff options
Diffstat (limited to 'lib/kofficeui/KoBrush.cpp')
-rw-r--r-- | lib/kofficeui/KoBrush.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficeui/KoBrush.cpp b/lib/kofficeui/KoBrush.cpp index 62b3fa96..e97561b8 100644 --- a/lib/kofficeui/KoBrush.cpp +++ b/lib/kofficeui/KoBrush.cpp @@ -24,8 +24,8 @@ #include <KoXmlNS.h> KoBrush::KoBrush() -: m_gColor1( Qt::red ) -, m_gColor2( Qt::green ) +: m_gColor1( TQt::red ) +, m_gColor2( TQt::green ) , m_gType( BCT_GHORZ ) , m_fillType( FT_BRUSH ) , m_unbalanced( false ) @@ -35,7 +35,7 @@ KoBrush::KoBrush() } -KoBrush::KoBrush( const QBrush &brush, const QColor &gColor1, const QColor &gColor2, +KoBrush::KoBrush( const TQBrush &brush, const TQColor &gColor1, const TQColor &gColor2, BCType gType, FillType fillType, bool unbalanced, int xfactor, int yfactor ) : m_brush( brush ) |