summaryrefslogtreecommitdiffstats
path: root/src/misc/k3bdvdformattingdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-09 18:25:41 +0900
committerMichele Calgaro <[email protected]>2023-12-09 18:28:31 +0900
commit766478630b5e0f435d8aef9ee7ba44651e4e431d (patch)
treef7051c2c461364796929ed39875262b434fe0f42 /src/misc/k3bdvdformattingdialog.cpp
parentb67830aae3b0bd8e8bfd2be1a7714dcb978ff59b (diff)
downloadk3b-766478630b5e0f435d8aef9ee7ba44651e4e431d.tar.gz
k3b-766478630b5e0f435d8aef9ee7ba44651e4e431d.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/misc/k3bdvdformattingdialog.cpp')
-rw-r--r--src/misc/k3bdvdformattingdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/k3bdvdformattingdialog.cpp b/src/misc/k3bdvdformattingdialog.cpp
index bb6a3f9..9ea269b 100644
--- a/src/misc/k3bdvdformattingdialog.cpp
+++ b/src/misc/k3bdvdformattingdialog.cpp
@@ -128,7 +128,7 @@ void K3bDvdFormattingDialog::slotStartClicked()
K3bJobProgressDialog d( kapp->mainWidget(), "formattingProgress", false );
- K3bDvdFormattingJob* job = new K3bDvdFormattingJob( &d, TQT_TQOBJECT(this) );
+ K3bDvdFormattingJob* job = new K3bDvdFormattingJob( &d, this );
job->setDevice( m_writerSelectionWidget->writerDevice() );
job->setMode( m_writingModeWidget->writingMode() );
job->setForce( m_checkForce->isChecked() );