summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchkeys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/ktouchkeys.cpp')
-rw-r--r--ktouch/src/ktouchkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchkeys.cpp b/ktouch/src/ktouchkeys.cpp
index 83efa572..6f45d40a 100644
--- a/ktouch/src/ktouchkeys.cpp
+++ b/ktouch/src/ktouchkeys.cpp
@@ -68,7 +68,7 @@ void KTouchNormalKey::paint(TQPainter& p) const {
p.setPen( colorScheme.m_frame );
textColor = colorScheme.m_text;
};
- KTouchBaseKey::paint(p); // call the parents paint() function
+ KTouchBaseKey::paint(p); // call the tqparents paint() function
p.setPen(textColor);
p.setFont( m_font );