diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
commit | d8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch) | |
tree | f295f1c545b319963d5357af79fe08991d8141d9 /src/k3blsofwrapperdialog.h | |
parent | 2a39a080579fb52a2599c02b2939795385b89093 (diff) | |
download | k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.tar.gz k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.zip |
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
Diffstat (limited to 'src/k3blsofwrapperdialog.h')
-rw-r--r-- | src/k3blsofwrapperdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |