summaryrefslogtreecommitdiffstats
path: root/amarok/src/k3bexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/k3bexporter.h')
-rw-r--r--amarok/src/k3bexporter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/k3bexporter.h b/amarok/src/k3bexporter.h
index e9a2e24a..5e709f78 100644
--- a/amarok/src/k3bexporter.h
+++ b/amarok/src/k3bexporter.h
@@ -61,28 +61,28 @@ public:
* @param openmode The mode of the album
* @param album The album to export
*/
- void exportAlbum( const QString &album, int openmode=-1 );
+ void exportAlbum( const TQString &album, int openmode=-1 );
/**
* Exports the album @p album by artist @ artist to K3B. The mode @p openmode will be used
* @param openmode The mode of the album
* @param album The album to export
*/
- void exportAlbum( const QString &artist, const QString &album, int openmode=-1 );
+ void exportAlbum( const TQString &artist, const TQString &album, int openmode=-1 );
/**
* Exports all tracks of the artist @p artist to K3B. The mode @p openmode will be used
* @param openmode The mode of the album
* @param artist The artists which tracks to export
*/
- void exportArtist( const QString &artist, int openmode=-1 );
+ void exportArtist( const TQString &artist, int openmode=-1 );
/**
* Exports all tracks of the composer @p composer to K3B. The mode @p openmode will be used
* @param openmode The mode of the album
* @param artist The artists which tracks to export
*/
- void exportComposer( const QString &artist, int openmode=-1 );
+ void exportComposer( const TQString &artist, int openmode=-1 );
/**
* @return the static instance of K3bExporter