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/cursors/kpcursorlightcross.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kolourpaint/cursors/kpcursorlightcross.cpp') diff --git a/kolourpaint/cursors/kpcursorlightcross.cpp b/kolourpaint/cursors/kpcursorlightcross.cpp index 0595d320..34051dbf 100644 --- a/kolourpaint/cursors/kpcursorlightcross.cpp +++ b/kolourpaint/cursors/kpcursorlightcross.cpp @@ -30,8 +30,8 @@ #include -#include -#include +#include +#include #include @@ -81,7 +81,7 @@ static void setPixel (unsigned char *colorBitmap, } -const QCursor *kpMakeCursorLightCross () +const TQCursor *kpMakeCursorLightCross () { #if DEBUG_KP_CURSOR_LIGHT_CROSS kdDebug () << "kpMakeCursorLightCross() " << endl; @@ -117,8 +117,8 @@ const QCursor *kpMakeCursorLightCross () #undef X_ } - QCursor *cursor = new QCursor (QBitmap (side, side, colorBitmap, true/*little endian bit order*/), - QBitmap (side, side, maskBitmap, true/*little endian bit order*/)); + TQCursor *cursor = new TQCursor (TQBitmap (side, side, colorBitmap, true/*little endian bit order*/), + TQBitmap (side, side, maskBitmap, true/*little endian bit order*/)); delete [] maskBitmap; delete [] colorBitmap; -- cgit v1.2.3