summaryrefslogtreecommitdiffstats
path: root/juk/deletedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/deletedialog.cpp')
-rw-r--r--juk/deletedialog.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/juk/deletedialog.cpp b/juk/deletedialog.cpp
index 1afc9261..daed8164 100644
--- a/juk/deletedialog.cpp
+++ b/juk/deletedialog.cpp
@@ -84,7 +84,7 @@ DeleteDialog::DeleteDialog(TQWidget *parent, const char *name) :
slotShouldDelete(shouldDelete());
- connect(m_widget->ddShouldDelete, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotShouldDelete(bool)));
+ connect(m_widget->ddShouldDelete, TQ_SIGNAL(toggled(bool)), TQ_SLOT(slotShouldDelete(bool)));
}
bool DeleteDialog::confirmDeleteList(const TQStringList &condemnedFiles)
@@ -117,5 +117,3 @@ void DeleteDialog::slotShouldDelete(bool shouldDelete)
}
#include "deletedialog.moc"
-
-// vim: set et ts=4 sw=4: