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/k3blsofwrapperdialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/k3blsofwrapperdialog.h') diff --git a/src/k3blsofwrapperdialog.h b/src/k3blsofwrapperdialog.h index e00da0b..ed08ded 100644 --- a/src/k3blsofwrapperdialog.h +++ b/src/k3blsofwrapperdialog.h @@ -26,6 +26,7 @@ namespace K3bDevice { class K3bLsofWrapperDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: ~K3bLsofWrapperDialog(); @@ -37,14 +38,14 @@ class K3bLsofWrapperDialog : public KDialogBase * * If the device is not in use this method simply returns. */ - static void checkDevice( K3bDevice::Device* dev, QWidget* parent = 0 ); + static void checkDevice( K3bDevice::Device* dev, TQWidget* tqparent = 0 ); private slots: bool slotCheckDevice(); void slotQuitOtherApps(); private: - K3bLsofWrapperDialog( QWidget* parent ); + K3bLsofWrapperDialog( TQWidget* tqparent ); K3bDevice::Device* m_device; K3bRichTextLabel* m_label; -- cgit v1.2.3