diff options
Diffstat (limited to 'kmail/attachmentstrategy.h')
-rw-r--r-- | kmail/attachmentstrategy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentstrategy.h b/kmail/attachmentstrategy.h index bcd29cfda..7d052b695 100644 --- a/kmail/attachmentstrategy.h +++ b/kmail/attachmentstrategy.h @@ -49,7 +49,7 @@ namespace KMail { enum Type { Iconic, Smart, Inlined, Hidden }; static const AttachmentStrategy * create( Type type ); - static const AttachmentStrategy * create( const QString & type ); + static const AttachmentStrategy * create( const TQString & type ); static const AttachmentStrategy * iconic(); static const AttachmentStrategy * smart(); |