summaryrefslogtreecommitdiffstats
path: root/khtml/ecma/kjs_debugwin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:54:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:54:22 -0600
commit22e7adf3ed072dce5600693e9ba7c14eda94e025 (patch)
treec20fdfcd0b7eeaf63d3ba0beb8322f1602c18f94 /khtml/ecma/kjs_debugwin.cpp
parent1180237ab336226ad932d767a6cb56208314988f (diff)
downloadtdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.tar.gz
tdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.zip
Rename a few stragglers
Diffstat (limited to 'khtml/ecma/kjs_debugwin.cpp')
-rw-r--r--khtml/ecma/kjs_debugwin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/ecma/kjs_debugwin.cpp b/khtml/ecma/kjs_debugwin.cpp
index f7ba774f8..8e605d79c 100644
--- a/khtml/ecma/kjs_debugwin.cpp
+++ b/khtml/ecma/kjs_debugwin.cpp
@@ -216,8 +216,8 @@ void SourceDisplay::drawContents(TQPainter *p, int clipx, int clipy, int clipw,
TQColor textColor;
if (lineno == m_currentLine) {
- bgColor = tqpalette().active().highlight();
- textColor = tqpalette().active().highlightedText();
+ bgColor = palette().active().highlight();
+ textColor = palette().active().highlightedText();
}
else if (m_debugWin->haveBreakpoint(m_sourceFile,lineno+1,lineno+1)) {
bgColor = palette().active().text();