summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index bbe426f..3ded4bc 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -260,7 +260,7 @@ void Document::deleteContents() {
if(m_coll) {
m_coll->clear();
}
- m_coll = 0; // old collection gets deleted as a KSharedPtr
+ m_coll = 0; // old collection gets deleted as a TDESharedPtr
m_cancelImageWriting = true;
}