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/misc/k3bdvdformattingdialog.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/misc/k3bdvdformattingdialog.h') diff --git a/src/misc/k3bdvdformattingdialog.h b/src/misc/k3bdvdformattingdialog.h index 1314ae1..e5d306c 100644 --- a/src/misc/k3bdvdformattingdialog.h +++ b/src/misc/k3bdvdformattingdialog.h @@ -19,7 +19,7 @@ #include -class QCheckBox; +class TQCheckBox; class K3bWritingModeWidget; class K3bWriterSelectionWidget; namespace K3bDevice { @@ -29,9 +29,10 @@ namespace K3bDevice { class K3bDvdFormattingDialog : public K3bInteractionDialog { Q_OBJECT + TQ_OBJECT public: - K3bDvdFormattingDialog( QWidget* = 0, const char* = 0, bool modal = true ); + K3bDvdFormattingDialog( TQWidget* = 0, const char* = 0, bool modal = true ); ~K3bDvdFormattingDialog(); public slots: @@ -48,8 +49,8 @@ class K3bDvdFormattingDialog : public K3bInteractionDialog K3bWriterSelectionWidget* m_writerSelectionWidget; K3bWritingModeWidget* m_writingModeWidget; - QCheckBox* m_checkForce; - QCheckBox* m_checkQuickFormat; + TQCheckBox* m_checkForce; + TQCheckBox* m_checkQuickFormat; }; #endif -- cgit v1.2.1