summaryrefslogtreecommitdiffstats
path: root/src/misc/k3bdvdformattingdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
commitd8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch)
treef295f1c545b319963d5357af79fe08991d8141d9 /src/misc/k3bdvdformattingdialog.h
parent2a39a080579fb52a2599c02b2939795385b89093 (diff)
downloadk3b-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/misc/k3bdvdformattingdialog.h')
-rw-r--r--src/misc/k3bdvdformattingdialog.h9
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