From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/core/CanvasItems.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksvg/core/CanvasItems.h') diff --git a/ksvg/core/CanvasItems.h b/ksvg/core/CanvasItems.h index 8959d6ba..9f5eed43 100644 --- a/ksvg/core/CanvasItems.h +++ b/ksvg/core/CanvasItems.h @@ -21,7 +21,7 @@ #ifndef CANVASITEMS_H #define CANVASITEMS_H -#include +#include #include "CanvasItem.h" #include "SVGTextElementImpl.h" #include "SVGTextPathElementImpl.h" @@ -85,7 +85,7 @@ protected: void doEndMarker(SVGShapeImpl *shape, SVGStylableImpl *style, double x, double y, double angle = 0.0); private: - void doMarker(SVGShapeImpl *shape, SVGStylableImpl *style, double x, double y, double angle, const QString &marker); + void doMarker(SVGShapeImpl *shape, SVGStylableImpl *style, double x, double y, double angle, const TQString &marker); }; class CanvasText : public CanvasItem @@ -120,7 +120,7 @@ public: bool finalized() { return m_finalized; } virtual void finalizePaintServer() = 0; - virtual void reference(const QString &href) = 0; + virtual void reference(const TQString &href) = 0; private: bool m_finalized; -- cgit v1.2.1