summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:51:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:51:11 -0600
commita2146f655c7ca3b10cf50833eefd483e635e1f4a (patch)
tree2fe7d47557e13f56bda5b684750de2a8f98fe484 /kcontrol
parentb492b550f35c84160958775c14ea7037c5b12181 (diff)
downloadtdebase-a2146f655c7ca3b10cf50833eefd483e635e1f4a.tar.gz
tdebase-a2146f655c7ca3b10cf50833eefd483e635e1f4a.zip
Rename a few stragglers
Diffstat (limited to 'kcontrol')
-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 372bb71b9..7bfe52948 100644
--- a/kcontrol/info/memory.cpp
+++ b/kcontrol/info/memory.cpp
@@ -342,7 +342,7 @@ bool KMemoryWidget::Display_Graph(int widgetindex,
/* draw surrounding box */
paint.setPen(pen);
TQRect r = graph->rect();
- qDrawShadePanel(&paint, r.x(), r.y(), r.width(), r.height(), tqpalette().active(), true, 1);
+ qDrawShadePanel(&paint, r.x(), r.y(), r.width(), r.height(), palette().active(), true, 1);
paint.end();
bitBlt(graph, 0, 0, &pm);