summaryrefslogtreecommitdiffstats
path: root/libtdepim/categoryeditdialog.cpp
diff options
context:
space:
mode:
authorRoman Savochenko <roman@home.home>2023-11-22 10:13:36 +0200
committerRoman Savochenko <roman@home.home>2023-11-22 10:13:36 +0200
commita569a96a1dccf036b6b8ca0eb3580ece996bf183 (patch)
tree4eb0cd91fd8363dbeba6731b8d2e6d0053fdf003 /libtdepim/categoryeditdialog.cpp
parentd470e73134c09daf33a87bd80920fc278bf2b3c2 (diff)
downloadtdepim-feat/korganizer.tar.gz
tdepim-feat/korganizer.zip
Korganizer: Appending anniversary tooltips in the Month View, Improving dialogs of the attachments and categoriesfeat/korganizer
Signed-off-by: Roman Savochenko <roman@home.home>
Diffstat (limited to 'libtdepim/categoryeditdialog.cpp')
-rw-r--r--libtdepim/categoryeditdialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtdepim/categoryeditdialog.cpp b/libtdepim/categoryeditdialog.cpp
index 26abbc07..f4dc38c2 100644
--- a/libtdepim/categoryeditdialog.cpp
+++ b/libtdepim/categoryeditdialog.cpp
@@ -29,6 +29,7 @@
#include <tdelocale.h>
#include "kpimprefs.h"
+#include "categoryselectdialog.h"
#include "categoryeditdialog.h"
@@ -177,6 +178,9 @@ void CategoryEditDialog::slotApply()
mPrefs->writeConfig();
emit categoryConfigChanged();
+
+ if(dynamic_cast<CategorySelectDialog*>(mPrefs->toNotify))
+ ((CategorySelectDialog*)mPrefs->toNotify)->updateCategoryConfig();
}
void CategoryEditDialog::slotCancel()