diff options
Diffstat (limited to 'kmail/bodypartformatter.cpp')
-rw-r--r-- | kmail/bodypartformatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/bodypartformatter.cpp b/kmail/bodypartformatter.cpp index 6b61b9bce..a69c01bf3 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] ) { |