diff options
Diffstat (limited to 'src/misc/k3bdvdformattingdialog.h')
-rw-r--r-- | src/misc/k3bdvdformattingdialog.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <k3binteractiondialog.h> -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 |