summaryrefslogtreecommitdiffstats
path: root/kcontrol/info/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/info/memory.cpp')
-rw-r--r--kcontrol/info/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/info/memory.cpp b/kcontrol/info/memory.cpp
index 306cdd751..372bb71b9 100644
--- a/kcontrol/info/memory.cpp
+++ b/kcontrol/info/memory.cpp
@@ -288,7 +288,7 @@ bool KMemoryWidget::Display_Graph(int widgetindex,
TQPixmap pm(width, height);
TQPainter paint;
- paint.tqbegin(&pm, this);
+ paint.begin(&pm, this);
TQPen pen(TQColor(0, 0, 0));