diff options
Diffstat (limited to 'kmail/kmfilteraction.h')
-rw-r--r-- | kmail/kmfilteraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmfilteraction.h b/kmail/kmfilteraction.h index 35f7008e4..55aba2cf2 100644 --- a/kmail/kmfilteraction.h +++ b/kmail/kmfilteraction.h @@ -648,7 +648,7 @@ struct KMFilterActionDesc KMFilterActionNewFunc create; }; -/** Dictionary that contains a list of all registered filter actions +/** Dictionary that tqcontains a list of all registered filter actions with their creation functions. They are hard-coded into the constructor. If you want to add a new KMFilterAction, make sure you add the details of it in init, too. |