summaryrefslogtreecommitdiffstats
path: root/kmail/mailcomposerIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/mailcomposerIface.h')
-rw-r--r--kmail/mailcomposerIface.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kmail/mailcomposerIface.h b/kmail/mailcomposerIface.h
index 28586578..130a99e1 100644
--- a/kmail/mailcomposerIface.h
+++ b/kmail/mailcomposerIface.h
@@ -23,11 +23,11 @@ class MailComposerIface : virtual public DCOPObject
/**
Add url as attachment with a user-defined comment.
*/
- virtual void addAttachment(KURL url,QString comment) = 0;
+ virtual void addAttachment(KURL url,TQString comment) = 0;
/**
Set message body.
*/
- virtual void setBody (QString body) = 0;
+ virtual void setBody (TQString body) = 0;
/**
Add attachment.
@@ -40,14 +40,14 @@ class MailComposerIface : virtual public DCOPObject
@param paramValue Value of parameter of content type
@param contDisp Content disposition
*/
- virtual void addAttachment(const QString &name,
- const QCString &cte,
- const QByteArray &data,
- const QCString &type,
- const QCString &subType,
- const QCString &paramAttr,
- const QString &paramValue,
- const QCString &contDisp) = 0;
+ virtual void addAttachment(const TQString &name,
+ const TQCString &cte,
+ const TQByteArray &data,
+ const TQCString &type,
+ const TQCString &subType,
+ const TQCString &paramAttr,
+ const TQString &paramValue,
+ const TQCString &contDisp) = 0;
};
#endif