summaryrefslogtreecommitdiffstats
path: root/kmail/bodypartformatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/bodypartformatter.cpp')
-rw-r--r--kmail/bodypartformatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/bodypartformatter.cpp b/kmail/bodypartformatter.cpp
index 6b61b9bc..a69c01bf 100644
--- a/kmail/bodypartformatter.cpp
+++ b/kmail/bodypartformatter.cpp
@@ -302,7 +302,7 @@ static const KMail::BodyPartFormatter * createForApplication( const char * subty
return AnyTypeBodyPartFormatter::create();
}
-// OK, replace this with a factory with plugin support later on...
+// OK, tqreplace this with a factory with plugin support later on...
const KMail::BodyPartFormatter * KMail::BodyPartFormatter::createFor( const char * type, const char * subtype ) {
if ( type && *type )
switch ( type[0] ) {