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 --- kolourpaint/kptemppixmap.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kolourpaint/kptemppixmap.h') diff --git a/kolourpaint/kptemppixmap.h b/kolourpaint/kptemppixmap.h index 6ddb9413..2bd9d7bc 100644 --- a/kolourpaint/kptemppixmap.h +++ b/kolourpaint/kptemppixmap.h @@ -32,8 +32,8 @@ #define __kp_temp_pixmap_h__ -#include -#include +#include +#include class kpViewManager; @@ -53,18 +53,18 @@ public: * not the mouse cursor is inside a view. If false, the * pixmap is always displayed. */ - kpTempPixmap (bool isBrush, RenderMode renderMode, const QPoint &topLeft, const QPixmap &pixmap); + kpTempPixmap (bool isBrush, RenderMode renderMode, const TQPoint &topLeft, const TQPixmap &pixmap); kpTempPixmap (const kpTempPixmap &rhs); kpTempPixmap &operator= (const kpTempPixmap &rhs); ~kpTempPixmap (); bool isBrush () const; RenderMode renderMode () const; - QPoint topLeft () const; - QPixmap pixmap () const; + TQPoint topLeft () const; + TQPixmap pixmap () const; bool isVisible (const kpViewManager *vm) const; - QRect rect () const; + TQRect rect () const; int width () const; int height () const; @@ -77,13 +77,13 @@ public: * the unzoomed of the kpDocument. You should check for * visibility before calling this function. */ - void paint (QPixmap *destPixmap, const QRect &docRect) const; + void paint (TQPixmap *destPixmap, const TQRect &docRect) const; private: bool m_isBrush; RenderMode m_renderMode; - QPoint m_topLeft; - QPixmap m_pixmap; + TQPoint m_topLeft; + TQPixmap m_pixmap; }; -- cgit v1.2.3