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/kio_help.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/kio_help.h')
-rw-r--r-- | kdoctools/kio_help.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kdoctools/kio_help.h b/kdoctools/kio_help.h index f0f34eea0..13c198af1 100644 --- a/kdoctools/kio_help.h +++ b/kdoctools/kio_help.h @@ -10,9 +10,9 @@ #include <unistd.h> -#include <qintdict.h> -#include <qstring.h> -#include <qvaluelist.h> +#include <tqintdict.h> +#include <tqstring.h> +#include <tqvaluelist.h> #include <kio/global.h> @@ -22,7 +22,7 @@ class HelpProtocol : public KIO::SlaveBase { public: - HelpProtocol( bool ghelp, const QCString &pool, const QCString &app); + HelpProtocol( bool ghelp, const TQCString &pool, const TQCString &app); virtual ~HelpProtocol() { } virtual void get( const KURL& url ); @@ -31,15 +31,15 @@ public: private: - QString langLookup(const QString& fname); + TQString langLookup(const TQString& fname); void emitFile( const KURL &url ); void get_file( const KURL& url ); - QString lookupFile(const QString &fname, const QString &query, + TQString lookupFile(const TQString &fname, const TQString &query, bool &redirect); - void unicodeError( const QString &t ); + void unicodeError( const TQString &t ); - QString mParsed; + TQString mParsed; bool mGhelp; }; |