diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 3560fb4ba8b76c600d11e22fd817af9242f2525c (patch) | |
tree | 105facfbd2b068adb658f5af84988381809aa521 /src | |
parent | b9c374725620ec064db7610132a8b8969fa405b9 (diff) | |
download | kile-3560fb4ba8b76c600d11e22fd817af9242f2525c.tar.gz kile-3560fb4ba8b76c600d11e22fd817af9242f2525c.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
Diffstat (limited to 'src')
-rw-r--r-- | src/kile/kilejscript.cpp | 2 |
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(); |