From 57443681e97fff553d94260756ebedaee606610f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:19:26 -0600 Subject: Rename KShared --- src/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.cpp') 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; } -- cgit v1.2.3