From 089118c18533dfa3e6ce5065dbebdd4db94051f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- knewsticker/common/configaccess.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'knewsticker/common/configaccess.h') diff --git a/knewsticker/common/configaccess.h b/knewsticker/common/configaccess.h index 50f42cce..9416e4e4 100644 --- a/knewsticker/common/configaccess.h +++ b/knewsticker/common/configaccess.h @@ -32,9 +32,9 @@ class ArticleFilter { public: typedef TQValueList List; - ArticleFilter(const TQString & = I18N_NOOP(TQString::tqfromLatin1("Show")), - const TQString & = I18N_NOOP(TQString::tqfromLatin1("all newssources")), - const TQString & = I18N_NOOP(TQString::tqfromLatin1("contain")), + ArticleFilter(const TQString & = I18N_NOOP(TQString::fromLatin1("Show")), + const TQString & = I18N_NOOP(TQString::fromLatin1("all newssources")), + const TQString & = I18N_NOOP(TQString::fromLatin1("contain")), const TQString & = TQString(), bool = true); -- cgit v1.2.1