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/categoryselectdialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtdepim/categoryselectdialog.cpp') diff --git a/libtdepim/categoryselectdialog.cpp b/libtdepim/categoryselectdialog.cpp index cf1b2ac6d..b4d9060d7 100644 --- a/libtdepim/categoryselectdialog.cpp +++ b/libtdepim/categoryselectdialog.cpp @@ -48,6 +48,8 @@ CategorySelectDialog::CategorySelectDialog( KPimPrefs *prefs, TQWidget* parent, TQT_SIGNAL(editCategories()) ); connect( mWidget->mButtonClear, TQT_SIGNAL(clicked()), TQT_SLOT(clear()) ); + + mPrefs->toNotify = this; } void CategorySelectDialog::setCategories( const TQStringList &categoryList ) @@ -69,6 +71,7 @@ void CategorySelectDialog::setCategories( const TQStringList &categoryList ) CategorySelectDialog::~CategorySelectDialog() { + mPrefs->toNotify = NULL; } void CategorySelectDialog::setSelected(const TQStringList &selList) -- cgit v1.2.1