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 bb2f2338..56460a34 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); // tqreplace placeholders
+ subject.expand(g); // replace 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); // tqreplace placeholders
+ subject.expand(0); // replace placeholders
from.expand(0);
messageId.expand(0);
references.expand(0);
@@ -311,7 +311,7 @@ TQString KNArticleFilter::translatedName()
else
return n_ame;
} else
- return TQString::null;
+ return TQString();
} else
return n_ame;
}