diff options
Diffstat (limited to 'libkcddb/asynccddbplookup.h')
-rw-r--r-- | libkcddb/asynccddbplookup.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libkcddb/asynccddbplookup.h b/libkcddb/asynccddbplookup.h index 661c76f7..17b72f48 100644 --- a/libkcddb/asynccddbplookup.h +++ b/libkcddb/asynccddbplookup.h @@ -21,7 +21,7 @@ #ifndef KCDDB_ASYNC_CDDBP_LOOKUP_H #define KCDDB_ASYNC_CDDBP_LOOKUP_H -#include <qobject.h> +#include <tqobject.h> #include "cddbplookup.h" @@ -51,7 +51,7 @@ namespace KCDDB virtual ~AsyncCDDBPLookup(); - Result lookup( const QString &, uint, const TrackOffsetList & ); + Result lookup( const TQString &, uint, const TrackOffsetList & ); signals: @@ -71,22 +71,22 @@ namespace KCDDB void doQuery(); void doQuit(); - bool parseQueryResponse( const QString & ); + bool parseQueryResponse( const TQString & ); void requestCDInfoForMatch(); - bool parseCDInfoResponse( const QString & ); + bool parseCDInfoResponse( const TQString & ); void parseCDInfoData(); void read(); - QString readLine(); + TQString readLine(); - QString stateToString() const; + TQString stateToString() const; private: State state_; Result result_; - QStringList cdInfoBuffer_; + TQStringList cdInfoBuffer_; }; } |