summaryrefslogtreecommitdiffstats
path: root/src/misc/k3bblankingdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-09 18:25:41 +0900
committerMichele Calgaro <[email protected]>2023-12-10 00:55:58 +0900
commit6a101aa2ef54f02a292d6c28f23e2554a72e2bce (patch)
treef09a5825791af56e09934f662c82894dd4544edb /src/misc/k3bblankingdialog.cpp
parent386d824e48f9c050b839ba313234cf7fa1ba833f (diff)
downloadk3b-6a101aa2ef54f02a292d6c28f23e2554a72e2bce.tar.gz
k3b-6a101aa2ef54f02a292d6c28f23e2554a72e2bce.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 766478630b5e0f435d8aef9ee7ba44651e4e431d)
Diffstat (limited to 'src/misc/k3bblankingdialog.cpp')
-rw-r--r--src/misc/k3bblankingdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/k3bblankingdialog.cpp b/src/misc/k3bblankingdialog.cpp
index ea3cdff..c9baae8 100644
--- a/src/misc/k3bblankingdialog.cpp
+++ b/src/misc/k3bblankingdialog.cpp
@@ -131,7 +131,7 @@ void K3bBlankingDialog::slotStartClicked()
d->debugFile.open();
if( d->job == 0 ) {
- d->job = new K3bBlankingJob( this, TQT_TQOBJECT(this) );
+ d->job = new K3bBlankingJob( this, this );
connect( d->job, TQT_SIGNAL(debuggingOutput(const TQString&, const TQString&)),
d->debugDialog, TQT_SLOT(addOutput(const TQString&, const TQString&)) );
connect( d->job, TQT_SIGNAL(debuggingOutput(const TQString&, const TQString&)),