diff options
Diffstat (limited to 'kmail/mailcomposerIface.h')
-rw-r--r-- | kmail/mailcomposerIface.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kmail/mailcomposerIface.h b/kmail/mailcomposerIface.h index 285865787..130a99e1f 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 ¶mAttr, - const QString ¶mValue, - const QCString &contDisp) = 0; + virtual void addAttachment(const TQString &name, + const TQCString &cte, + const TQByteArray &data, + const TQCString &type, + const TQCString &subType, + const TQCString ¶mAttr, + const TQString ¶mValue, + const TQCString &contDisp) = 0; }; #endif |