summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kcheckeduca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kcheckeduca.cpp')
-rw-r--r--keduca/keduca/kcheckeduca.cpp2
1 files changed, 1 insertions, 1 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());
}
}