From b1057f437bf65300831a0ccb45b920787c6b318d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 06:00:15 +0000 Subject: TQt4 port kdemultimedia This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/playlistexporter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/playlistexporter.h') diff --git a/juk/playlistexporter.h b/juk/playlistexporter.h index de9f7fff..ca7d0dc6 100644 --- a/juk/playlistexporter.h +++ b/juk/playlistexporter.h @@ -28,10 +28,10 @@ class KActionCollection; * @author Michael Pyne * @see K3bExporter */ -class PlaylistExporter : public QObject +class PlaylistExporter : public TQObject { public: - PlaylistExporter(TQWidget *parent = 0) : TQObject(parent) { } + PlaylistExporter(TQWidget *tqparent = 0) : TQObject(tqparent) { } virtual ~PlaylistExporter() { } /** -- cgit v1.2.1