diff options
Diffstat (limited to 'juk/deletedialog.cpp')
-rw-r--r-- | juk/deletedialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/deletedialog.cpp b/juk/deletedialog.cpp index 8912b2fd..67958116 100644 --- a/juk/deletedialog.cpp +++ b/juk/deletedialog.cpp @@ -36,7 +36,7 @@ DeleteWidget::DeleteWidget(TQWidget *parent, const char *name) : DeleteDialogBase(parent, name) { - KConfigGroup messageGroup(TDEGlobal::config(), "FileRemover"); + TDEConfigGroup messageGroup(TDEGlobal::config(), "FileRemover"); bool deleteInstead = messageGroup.readBoolEntry("deleteInsteadOfTrash", false); slotShouldDelete(deleteInstead); @@ -101,7 +101,7 @@ void DeleteDialog::setFiles(const TQStringList &files) void DeleteDialog::accept() { - KConfigGroup messageGroup(TDEGlobal::config(), "FileRemover"); + TDEConfigGroup messageGroup(TDEGlobal::config(), "FileRemover"); // Save user's preference |