From 94844816550ad672ccfcdc25659c625546239998 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- lib/store/KoXmlWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/store/KoXmlWriter.h') diff --git a/lib/store/KoXmlWriter.h b/lib/store/KoXmlWriter.h index 5261dd5f..eaf453d2 100644 --- a/lib/store/KoXmlWriter.h +++ b/lib/store/KoXmlWriter.h @@ -226,7 +226,7 @@ private: : tagName( t ), hasChildren( false ), lastChildIsText( false ), openingTagClosed( false ), indentInside( ind ) {} const char* tagName; - bool hasChildren; ///< element or text tqchildren + bool hasChildren; ///< element or text children bool lastChildIsText; ///< last child is a text node bool openingTagClosed; ///< true once the '\>' in \ is written out bool indentInside; ///< whether to indent the contents of this tag -- cgit v1.2.1