From 11191ef0b9908604d1d7aaca382b011ef22c454c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:12:30 -0600 Subject: Rename old tq methods that no longer need a unique name --- kword/KWTableStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kword/KWTableStyle.h') diff --git a/kword/KWTableStyle.h b/kword/KWTableStyle.h index 0452312e..55cfe27a 100644 --- a/kword/KWTableStyle.h +++ b/kword/KWTableStyle.h @@ -89,7 +89,7 @@ class KWTableStyleCollection : public KoUserStyleCollection public: KWTableStyleCollection(); - static TQString defaultStyleName() { return TQString::tqfromLatin1( "Plain" ); } + static TQString defaultStyleName() { return TQString::fromLatin1( "Plain" ); } /** * Find style based on the untranslated name @p name. -- cgit v1.2.1