summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/CurrentProgressDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/CurrentProgressDialog.cpp')
-rw-r--r--src/gui/widgets/CurrentProgressDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/CurrentProgressDialog.cpp b/src/gui/widgets/CurrentProgressDialog.cpp
index b3d1c3c..7c85993 100644
--- a/src/gui/widgets/CurrentProgressDialog.cpp
+++ b/src/gui/widgets/CurrentProgressDialog.cpp
@@ -54,8 +54,8 @@ CurrentProgressDialog::set(ProgressDialog* d)
m_currentProgressDialog = d;
// this lets the progress dialog deregister itself when it's deleted
- connect(d, TQT_SIGNAL(destroyed()),
- getInstance(), TQT_SLOT(slotCurrentProgressDialogDestroyed()));
+ connect(d, TQ_SIGNAL(destroyed()),
+ getInstance(), TQ_SLOT(slotCurrentProgressDialogDestroyed()));
}
void CurrentProgressDialog::freeze()