summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();