summaryrefslogtreecommitdiffstats
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
commit3560fb4ba8b76c600d11e22fd817af9242f2525c (patch)
tree105facfbd2b068adb658f5af84988381809aa521
parentb9c374725620ec064db7610132a8b8969fa405b9 (diff)
downloadkile-3560fb4b.tar.gz
kile-3560fb4b.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/kile/kilejscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kilejscript.cpp b/src/kile/kilejscript.cpp
index 6a4656c..42262a6 100644
--- a/src/kile/kilejscript.cpp
+++ b/src/kile/kilejscript.cpp
@@ -529,7 +529,7 @@ namespace KileJScript {
void Manager::executeJScript(const JScript *script) {
JScriptEnvironment env(m_kileInfo);
-// demonstrate tqrepainting bug:
+// demonstrate repainting bug:
/*KMessageBox::information(0L, "works!!!");
m_kileInfo->viewManager()->currentView()->down();
m_kileInfo->viewManager()->currentView()->down();