summaryrefslogtreecommitdiffstats
path: root/knode/knarticlefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knarticlefilter.cpp')
-rw-r--r--knode/knarticlefilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knarticlefilter.cpp b/knode/knarticlefilter.cpp
index 60d0e032..bb2f2338 100644
--- a/knode/knarticlefilter.cpp
+++ b/knode/knarticlefilter.cpp
@@ -189,7 +189,7 @@ void KNArticleFilter::doFilter(KNGroup *g)
if(!l_oaded) load();
- subject.expand(g); // replace placeholders
+ subject.expand(g); // tqreplace placeholders
from.expand(g);
messageId.expand(g);
references.expand(g);
@@ -287,7 +287,7 @@ void KNArticleFilter::doFilter(KNFolder *f)
if(!l_oaded) load();
- subject.expand(0); // replace placeholders
+ subject.expand(0); // tqreplace placeholders
from.expand(0);
messageId.expand(0);
references.expand(0);
@@ -324,7 +324,7 @@ void KNArticleFilter::setTranslatedName(const TQString &s)
bool retranslated = false;
for (const char **c=defFil;(*c)!=0;c++) // ok, try if it matches any of the standard filter names
if (s==i18n("default filter name",*c)) {
- n_ame = TQString::fromLatin1(*c);
+ n_ame = TQString::tqfromLatin1(*c);
retranslated = true;
break;
}