summaryrefslogtreecommitdiffstats
path: root/digikam/libs/dialogs/deletedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/dialogs/deletedialog.cpp')
-rw-r--r--digikam/libs/dialogs/deletedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/dialogs/deletedialog.cpp b/digikam/libs/dialogs/deletedialog.cpp
index bbe7041..1db9b9c 100644
--- a/digikam/libs/dialogs/deletedialog.cpp
+++ b/digikam/libs/dialogs/deletedialog.cpp
@@ -199,8 +199,8 @@ DeleteDialog::DeleteDialog(TQWidget *parent, const char *name)
adjustSize();
slotShouldDelete(shouldDelete());
- connect(m_widget->ddShouldDelete, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotShouldDelete(bool)));
+ connect(m_widget->ddShouldDelete, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotShouldDelete(bool)));
actionButton(Ok)->setFocus();
}