diff options
Diffstat (limited to 'kword/KWTableStyle.cpp')
-rw-r--r-- | kword/KWTableStyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTableStyle.cpp b/kword/KWTableStyle.cpp index 47f9029b..20016d49 100644 --- a/kword/KWTableStyle.cpp +++ b/kword/KWTableStyle.cpp @@ -31,7 +31,7 @@ #include <tqdom.h> KWTableStyleCollection::KWTableStyleCollection() - : KoUserStyleCollection( TQString::tqfromLatin1( "table" ) ) + : KoUserStyleCollection( TQString::fromLatin1( "table" ) ) { } |