diff options
Diffstat (limited to 'juk/k3bexporter.h')
-rw-r--r-- | juk/k3bexporter.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/juk/k3bexporter.h b/juk/k3bexporter.h index 0c414107..fa49dc88 100644 --- a/juk/k3bexporter.h +++ b/juk/k3bexporter.h @@ -30,9 +30,10 @@ class PlaylistAction; class K3bExporter : public PlaylistExporter { Q_OBJECT + TQ_OBJECT public: - K3bExporter(Playlist *parent = 0); + K3bExporter(Playlist *tqparent = 0); /** * Returns a KAction that can be used to invoke the export. @@ -77,8 +78,9 @@ private: class K3bPlaylistExporter : public K3bExporter { Q_OBJECT + TQ_OBJECT public: - K3bPlaylistExporter(PlaylistBox *parent = 0); + K3bPlaylistExporter(PlaylistBox *tqparent = 0); virtual KAction *action(); |