summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:55:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:55:37 +0900
commitc5bd1f2f9a482db33b1a2e51ccec1533d1300a7d (patch)
tree7bd03edbd7a18f597d2e38ef9949d501093f6d82 /keduca
parentfee6e272582bd208e0d7a8a40ebc119507dd0fef (diff)
downloadtdeedu-c5bd1f2f9a482db33b1a2e51ccec1533d1300a7d.tar.gz
tdeedu-c5bd1f2f9a482db33b1a2e51ccec1533d1300a7d.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'keduca')
-rw-r--r--keduca/keduca/kcheckeduca.cpp2
-rw-r--r--keduca/keduca/tderadioeduca.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/kcheckeduca.cpp b/keduca/keduca/kcheckeduca.cpp
index 051a8c3e..6274de73 100644
--- a/keduca/keduca/kcheckeduca.cpp
+++ b/keduca/keduca/kcheckeduca.cpp
@@ -80,6 +80,6 @@ void KCheckEduca::drawButtonLabel( TQPainter *p){
br.setBottom( br.bottom()+2);
br = br.intersect( TQRect(0,0,rw, rh+yo ) );
- style().tqdrawPrimitive( TQStyle::PE_FocusRect, p, br, colorGroup());
+ style().drawPrimitive( TQStyle::PE_FocusRect, p, br, colorGroup());
}
}
diff --git a/keduca/keduca/tderadioeduca.cpp b/keduca/keduca/tderadioeduca.cpp
index 4dde0d17..080b46d0 100644
--- a/keduca/keduca/tderadioeduca.cpp
+++ b/keduca/keduca/tderadioeduca.cpp
@@ -78,6 +78,6 @@ void TDERadioEduca::drawButtonLabel( TQPainter *p)
br.setTop( br.top()-2 );
br.setBottom( br.bottom()+2);
br = br.intersect( TQRect(0,0,rw, rh+yo ) );
- style().tqdrawPrimitive( TQStyle::PE_FocusRect, p, br, colorGroup());
+ style().drawPrimitive( TQStyle::PE_FocusRect, p, br, colorGroup());
}
}