summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h')
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h b/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h
index b43be57e..b702ad55 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/parser.h
@@ -21,8 +21,8 @@
#ifndef PARSER_H
#define PARSER_H
-#include<qdom.h>
-#include<qxml.h>
+#include<tqdom.h>
+#include<tqxml.h>
namespace XMPP
{
@@ -45,26 +45,26 @@ namespace XMPP
int type() const;
// for document open
- QString nsprefix(const QString &s=QString::null) const;
+ TQString nsprefix(const TQString &s=TQString::null) const;
// for document open / close
- QString namespaceURI() const;
- QString localName() const;
- QString qName() const;
- QXmlAttributes atts() const;
+ TQString namespaceURI() const;
+ TQString localName() const;
+ TQString qName() const;
+ TQXmlAttributes atts() const;
// for element
- QDomElement element() const;
+ TQDomElement element() const;
// for any
- QString actualString() const;
+ TQString actualString() const;
// setup
- void setDocumentOpen(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts, const QStringList &nsnames, const QStringList &nsvalues);
- void setDocumentClose(const QString &namespaceURI, const QString &localName, const QString &qName);
- void setElement(const QDomElement &elem);
+ void setDocumentOpen(const TQString &namespaceURI, const TQString &localName, const TQString &qName, const TQXmlAttributes &atts, const TQStringList &nsnames, const TQStringList &nsvalues);
+ void setDocumentClose(const TQString &namespaceURI, const TQString &localName, const TQString &qName);
+ void setElement(const TQDomElement &elem);
void setError();
- void setActualString(const QString &);
+ void setActualString(const TQString &);
private:
class Private;
@@ -72,10 +72,10 @@ namespace XMPP
};
void reset();
- void appendData(const QByteArray &a);
+ void appendData(const TQByteArray &a);
Event readNext();
- QByteArray unprocessed() const;
- QString encoding() const;
+ TQByteArray unprocessed() const;
+ TQString encoding() const;
private:
class Private;