summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoStyleCollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoStyleCollection.h')
-rw-r--r--lib/kotext/KoStyleCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoStyleCollection.h b/lib/kotext/KoStyleCollection.h
index 811bbaea..66a244e5 100644
--- a/lib/kotext/KoStyleCollection.h
+++ b/lib/kotext/KoStyleCollection.h
@@ -68,7 +68,7 @@ public:
* Overloaded for convenience.
*/
KoParagStyle* findStyle( const TQString & name ) const {
- return static_cast<KoParagStyle*>( KoUserStyleCollection::findStyle( name, TQString::fromLatin1( "Standard" ) ) );
+ return static_cast<KoParagStyle*>( KoUserStyleCollection::findStyle( name, TQString::tqfromLatin1( "Standard" ) ) );
}
/**