diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdoctools/xslt.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/xslt.h')
-rw-r--r-- | kdoctools/xslt.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kdoctools/xslt.h b/kdoctools/xslt.h index 777c77573..975bd3c88 100644 --- a/kdoctools/xslt.h +++ b/kdoctools/xslt.h @@ -2,23 +2,23 @@ #define _MEIN_XSLT_H_ #include <libxml/parser.h> -#include <qvaluevector.h> +#include <tqvaluevector.h> -QString transform(const QString &file, const QString& stylesheet, - const QValueVector<const char *> ¶ms = QValueVector<const char *>()); -QString splitOut(const QString &parsed, int index); -void fillInstance(KInstance &ins, const QString &srcdir = QString::null ); -bool saveToCache( const QString &contents, const QString &filename ); -QString lookForCache( const QString &filename ); -QCString fromUnicode( const QString &data ); -void replaceCharsetHeader( QString &output ); +TQString transform(const TQString &file, const TQString& stylesheet, + const TQValueVector<const char *> ¶ms = TQValueVector<const char *>()); +TQString splitOut(const TQString &parsed, int index); +void fillInstance(KInstance &ins, const TQString &srcdir = TQString::null ); +bool saveToCache( const TQString &contents, const TQString &filename ); +TQString lookForCache( const TQString &filename ); +TQCString fromUnicode( const TQString &data ); +void replaceCharsetHeader( TQString &output ); extern bool warnings_exist; -extern QString *SRCDIR; +extern TQString *SRCDIR; /** * Compares two files and returns true if @param newer exists and is newer than * @param older **/ -bool compareTimeStamps( const QString &older, const QString &newer ); +bool compareTimeStamps( const TQString &older, const TQString &newer ); #endif |