diff options
Diffstat (limited to 'ksayit/src/parasaxparser.cpp')
-rw-r--r-- | ksayit/src/parasaxparser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/src/parasaxparser.cpp b/ksayit/src/parasaxparser.cpp index 9a61e0a..a296e22 100644 --- a/ksayit/src/parasaxparser.cpp +++ b/ksayit/src/parasaxparser.cpp @@ -12,7 +12,7 @@ // #include <iostream> // cout // using namespace std; -// Qt includes +// TQt includes // KDE includes #include <kdebug.h> @@ -30,8 +30,8 @@ ParaSaxParser::ParaSaxParser() m_reader->setEntityResolver(m_handler); m_reader->setDeclHandler(m_handler); - m_XmlInputHeader = TQString::null; - m_XmlInputBody = TQString::null; + m_XmlInputHeader = TQString(); + m_XmlInputBody = TQString(); } ParaSaxParser::~ParaSaxParser() |