summaryrefslogtreecommitdiffstats
path: root/kalzium
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commitdcb06497ea70d050554422eec10b0756d926a5c0 (patch)
tree8bd9932ec2dca0aceb6667f35ccc1b6072e51f4f /kalzium
parent878c5b9a5da549a846b6ae11c3e356957d0aff00 (diff)
downloadtdeedu-dcb06497ea70d050554422eec10b0756d926a5c0.tar.gz
tdeedu-dcb06497ea70d050554422eec10b0756d926a5c0.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalzium')
-rw-r--r--kalzium/src/kalziumtip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/kalziumtip.h b/kalzium/src/kalziumtip.h
index 79923bd0..8c7b063a 100644
--- a/kalzium/src/kalziumtip.h
+++ b/kalzium/src/kalziumtip.h
@@ -80,7 +80,7 @@ class KalziumTip : public TQWidget
int m_dissolveDelta;
TQTimer m_frameTimer; //timer for the dissolve effect
- bool m_dirty; //indicates tqrepainting the tooltip internal
+ bool m_dirty; //indicates repainting the tooltip internal
const Element* m_tippedElement; //the element the tip is about
};