diff options
Diffstat (limited to 'kmail/kmfilterdlg.h')
-rw-r--r-- | kmail/kmfilterdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmfilterdlg.h b/kmail/kmfilterdlg.h index 18da9b568..4b8d67a7d 100644 --- a/kmail/kmfilterdlg.h +++ b/kmail/kmfilterdlg.h @@ -216,7 +216,7 @@ private: that they are 'forced' to create parameter widgets for the widget stack and to clear them on setAction. */ TQPtrList<KMFilterAction> mActionList; - /** The combo box that contains the labels of all KMFilterActions. + /** The combo box that tqcontains the labels of all KMFilterActions. It's @p activated(int) signal is internally connected to the @p raiseWidget(int) slot of @p mWidgetStack. */ TQComboBox *mComboBox; @@ -386,7 +386,7 @@ protected slots: void slotExportFilters(); protected: - /** The widget that contains the ListBox showing the filters, and + /** The widget that tqcontains the ListBox showing the filters, and the controls to remove filters, add new ones and to change their order. */ KMFilterListBox *mFilterList; |