From 3560fb4ba8b76c600d11e22fd817af9242f2525c Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: [PATCH] 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 --- src/kile/kilejscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();