diff options
Diffstat (limited to 'libkcddb/httplookup.h')
-rw-r--r-- | libkcddb/httplookup.h | 6 |
1 files changed, 3 insertions, 3 deletions
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_; }; |