From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/httplookup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkcddb/httplookup.h') diff --git a/libkcddb/httplookup.h b/libkcddb/httplookup.h index 8b6066e6..b8f9c179 100644 --- a/libkcddb/httplookup.h +++ b/libkcddb/httplookup.h @@ -53,8 +53,8 @@ namespace KCDDB protected: - void initURL( const QString &, uint ); - void makeURL( const QString & ); + void initURL( const TQString &, uint ); + void makeURL( const TQString & ); virtual Result fetchURL() = 0; void jobFinished(); @@ -71,7 +71,7 @@ namespace KCDDB bool block_; KURL cgiURL_; - QByteArray data_; + TQByteArray data_; State state_; Result result_; }; -- cgit v1.2.1