summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentstrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentstrategy.h')
-rw-r--r--kmail/attachmentstrategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentstrategy.h b/kmail/attachmentstrategy.h
index bcd29cfd..7d052b69 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();