summaryrefslogtreecommitdiffstats
path: root/libkcddb/synccddbplookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/synccddbplookup.h')
-rw-r--r--libkcddb/synccddbplookup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/synccddbplookup.h b/libkcddb/synccddbplookup.h
index e81ed881..75395813 100644
--- a/libkcddb/synccddbplookup.h
+++ b/libkcddb/synccddbplookup.h
@@ -33,7 +33,7 @@ namespace KCDDB
SyncCDDBPLookup();
virtual ~SyncCDDBPLookup();
- Result lookup( const QString &, uint, const TrackOffsetList & );
+ Result lookup( const TQString &, uint, const TrackOffsetList & );
CDInfoList lookupResponse() const;
@@ -43,7 +43,7 @@ namespace KCDDB
Result runQuery();
Result matchToCDInfo( const CDDBMatch & );
- QString readLine();
+ TQString readLine();
};
}