diff options
Diffstat (limited to 'kmail/kmfiltermgr.h')
-rw-r--r-- | kmail/kmfiltermgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmfiltermgr.h b/kmail/kmfiltermgr.h index 4aae19918..6b0130af2 100644 --- a/kmail/kmfiltermgr.h +++ b/kmail/kmfiltermgr.h @@ -55,7 +55,7 @@ public: /** Open an edit dialog. If checkForEmptyFilterList is true, an empty filter is created to improve the visibility of the dialog in case no filter has been defined so far. */ - void openDialog( TQWidget *tqparent, bool checkForEmptyFilterList = true ); + void openDialog( TQWidget *parent, bool checkForEmptyFilterList = true ); /** Open an edit dialog, create a new filter and preset the first rule with "field equals value" */ |