summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoParagStyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoParagStyle.cpp')
-rw-r--r--lib/kotext/KoParagStyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoParagStyle.cpp b/lib/kotext/KoParagStyle.cpp
index 96209cba..a68c6768 100644
--- a/lib/kotext/KoParagStyle.cpp
+++ b/lib/kotext/KoParagStyle.cpp
@@ -96,7 +96,7 @@ void KoParagStyle::saveStyle( TQDomElement & parentElem )
parentElem.appendChild( element );
element.setAttribute( "name", followingStyle()->displayName() );
}
- // TODO save tqparent style, and inherited flags.
+ // TODO save parent style, and inherited flags.
parentElem.setAttribute( "outline", m_bOutline ? "true" : "false" );
}