diff options
Diffstat (limited to 'arts/builder/createtool.cpp')
-rw-r--r-- | arts/builder/createtool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/createtool.cpp b/arts/builder/createtool.cpp index a08515f3..77781483 100644 --- a/arts/builder/createtool.cpp +++ b/arts/builder/createtool.cpp @@ -92,7 +92,7 @@ void CreateTool::mouseMoveEvent(TQMouseEvent *e) mwidget->repaint(componentRect); componentRect = TQRect(cellx, celly, cellx2 - cellx, celly2 - celly); - TQPainter *p = new QPainter; + TQPainter *p = new TQPainter; p->begin(mwidget); p->save(); |