diff options
Diffstat (limited to 'krita/core/kis_rotate_visitor.h')
-rw-r--r-- | krita/core/kis_rotate_visitor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/krita/core/kis_rotate_visitor.h b/krita/core/kis_rotate_visitor.h index 19db35f4..ea23f84f 100644 --- a/krita/core/kis_rotate_visitor.h +++ b/krita/core/kis_rotate_visitor.h @@ -21,7 +21,7 @@ #include "kis_types.h" #include "kis_progress_subject.h" -class QRect; +class TQRect; class KisPaintDevice; class KisProgressDisplayInterface; @@ -46,14 +46,14 @@ private: bool m_cancelRequested; virtual void cancel() { m_cancelRequested = true; } - void initProgress(Q_INT32 totalSteps); + void initProgress(TQ_INT32 totalSteps); void incrementProgress(); void setProgressDone(); KisProgressDisplayInterface *m_progress; - Q_INT32 m_progressStep; - Q_INT32 m_progressTotalSteps; - Q_INT32 m_lastProgressPerCent; + TQ_INT32 m_progressStep; + TQ_INT32 m_progressTotalSteps; + TQ_INT32 m_lastProgressPerCent; KisPaintDeviceSP rotateRight90(KisPaintDeviceSP src); KisPaintDeviceSP rotateLeft90(KisPaintDeviceSP src); |