From a569a96a1dccf036b6b8ca0eb3580ece996bf183 Mon Sep 17 00:00:00 2001 From: Roman Savochenko Date: Wed, 22 Nov 2023 10:13:36 +0200 Subject: Korganizer: Appending anniversary tooltips in the Month View, Improving dialogs of the attachments and categories Signed-off-by: Roman Savochenko --- libtdepim/categoryeditdialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libtdepim/categoryeditdialog.cpp') diff --git a/libtdepim/categoryeditdialog.cpp b/libtdepim/categoryeditdialog.cpp index 26abbc070..f4dc38c22 100644 --- a/libtdepim/categoryeditdialog.cpp +++ b/libtdepim/categoryeditdialog.cpp @@ -29,6 +29,7 @@ #include #include "kpimprefs.h" +#include "categoryselectdialog.h" #include "categoryeditdialog.h" @@ -177,6 +178,9 @@ void CategoryEditDialog::slotApply() mPrefs->writeConfig(); emit categoryConfigChanged(); + + if(dynamic_cast(mPrefs->toNotify)) + ((CategorySelectDialog*)mPrefs->toNotify)->updateCategoryConfig(); } void CategoryEditDialog::slotCancel() -- cgit v1.2.1