summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrEllipseObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrEllipseObject.h')
-rw-r--r--kpresenter/KPrEllipseObject.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrEllipseObject.h b/kpresenter/KPrEllipseObject.h
index 36349b8c..58692a1a 100644
--- a/kpresenter/KPrEllipseObject.h
+++ b/kpresenter/KPrEllipseObject.h
@@ -28,15 +28,15 @@
#include "global.h"
class KPrGradient;
-class QPainter;
+class TQPainter;
class DCOPObject;
class KPrEllipseObject : public KPr2DObject
{
public:
KPrEllipseObject();
- KPrEllipseObject( const KoPen &_pen, const QBrush &_brush, FillType _fillType,
- const QColor &_gColor1, const QColor &_gColor2, BCType _gType,
+ KPrEllipseObject( const KoPen &_pen, const TQBrush &_brush, FillType _fillType,
+ const TQColor &_gColor1, const TQColor &_gColor2, BCType _gType,
bool _unbalanced, int _xfactor, int _yfactor );
virtual ~KPrEllipseObject() {}
@@ -47,7 +47,7 @@ public:
virtual ObjType getType() const
{ return OT_ELLIPSE; }
- virtual QString getTypeString() const
+ virtual TQString getTypeString() const
{ return i18n("Ellipse"); }
virtual KoSize getRealSize() const;
@@ -56,7 +56,7 @@ protected:
virtual const char * getOasisElementName() const;
virtual bool saveOasisObjectAttributes( KPOasisSaveContext &sc ) const;
- virtual void paint( QPainter *_painter,KoTextZoomHandler *_zoomHandler,
+ virtual void paint( TQPainter *_painter,KoTextZoomHandler *_zoomHandler,
int /* pageNum */, bool drawingShadow, bool drawContour = FALSE );
};