summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsedit.cpp')
-rw-r--r--kjots/kjotsedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/kjotsedit.cpp b/kjots/kjotsedit.cpp
index 643fd92..eff6cba 100644
--- a/kjots/kjotsedit.cpp
+++ b/kjots/kjotsedit.cpp
@@ -135,7 +135,7 @@ void KJotsEdit::setEntry (KJotsPage *entry)
m_entry = entry;
setText(entry->body());
removeSelection();
- repaint();
+ tqrepaint();
setEnabled(true);
setFocus();
entry->setEditor(this);