summaryrefslogtreecommitdiffstats
path: root/kig/modes/label.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:48:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 11:40:38 +0900
commitc75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf (patch)
treeb3315369fc4a83faa3679957c98da185b285baa3 /kig/modes/label.cpp
parentc407c4552feb9568ca2aef8c42288e30b7d0f034 (diff)
downloadtdeedu-c75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf.tar.gz
tdeedu-c75fee7ff7bdf6e1d1380e641c746e3fc7eb04bf.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f08f58fdc18573fbdf637e872a0a4646be58628c)
Diffstat (limited to 'kig/modes/label.cpp')
-rw-r--r--kig/modes/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/modes/label.cpp b/kig/modes/label.cpp
index 12f0d57c..73d26808 100644
--- a/kig/modes/label.cpp
+++ b/kig/modes/label.cpp
@@ -231,7 +231,7 @@ void TextLabelModeBase::mouseMoved( TQMouseEvent* e, KigWidget* w )
TQString s = d->locationparent->imp()->type()->attachToThisStatement();
mdoc.emitStatusBarText( s );
- KigPainter p( w->screenInfo(), TQT_TQPAINTDEVICE(&w->curPix), mdoc.document() );
+ KigPainter p( w->screenInfo(), &w->curPix, mdoc.document() );
// set the text next to the arrow cursor
TQPoint point = e->pos();