From d8cc8bdfa7fa624a526d5aa1626974e1444cb799 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 27 May 2011 19:21:21 +0000 Subject: TQt4 port k3b This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/projects/k3bdvdview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/projects/k3bdvdview.h') diff --git a/src/projects/k3bdvdview.h b/src/projects/k3bdvdview.h index d9f30f3..1072cc2 100644 --- a/src/projects/k3bdvdview.h +++ b/src/projects/k3bdvdview.h @@ -25,13 +25,14 @@ class K3bDvdDoc; class K3bDvdView : public K3bDataView { Q_OBJECT + TQ_OBJECT public: - K3bDvdView( K3bDvdDoc* doc, QWidget *parent = 0, const char *name = 0 ); + K3bDvdView( K3bDvdDoc* doc, TQWidget *tqparent = 0, const char *name = 0 ); ~K3bDvdView(); protected: - virtual K3bProjectBurnDialog* newBurnDialog( QWidget* parent = 0, const char* name = 0 ); + virtual K3bProjectBurnDialog* newBurnDialog( TQWidget* tqparent = 0, const char* name = 0 ); private: K3bDvdDoc* m_doc; -- cgit v1.2.3