diff options
Diffstat (limited to 'libkcddb/cddbplookup.h')
-rw-r--r-- | libkcddb/cddbplookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/cddbplookup.h b/libkcddb/cddbplookup.h index fa44ff05..c7983cde 100644 --- a/libkcddb/cddbplookup.h +++ b/libkcddb/cddbplookup.h @@ -42,7 +42,7 @@ namespace KCDDB void close(); protected: - Q_LONG writeLine( const QString & ); + Q_LONG writeLine( const TQString & ); bool isConnected() { return KNetwork::KClientSocketBase::Connected == socket_->state(); } |