summaryrefslogtreecommitdiffstats
path: root/kate/part/katedocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katedocument.h')
-rw-r--r--kate/part/katedocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h
index 37d9b24e9..5c426761b 100644
--- a/kate/part/katedocument.h
+++ b/kate/part/katedocument.h
@@ -608,7 +608,7 @@ class KateDocument : public Kate::Document,
void setConfigFlags (uint flags);
// Repaint all of all of the views
- void tqrepaintViews(bool paintOnlyDirty = true);
+ void repaintViews(bool paintOnlyDirty = true);
inline KateHighlighting *highlight () { return m_buffer->highlight(); }