diff options
Diffstat (limited to 'kpresenter/KPrFindReplace.h')
-rw-r--r-- | kpresenter/KPrFindReplace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h index 54ee6861..e1495523 100644 --- a/kpresenter/KPrFindReplace.h +++ b/kpresenter/KPrFindReplace.h @@ -45,12 +45,12 @@ class KPrFindReplace : public KoFindReplace TQ_OBJECT public: /** - * The tqparent widget can't be the canvas, otherwise the 'find next' dialog + * The parent widget can't be the canvas, otherwise the 'find next' dialog * scrolls up/down when using the scrollbars (hehe, cool effect). */ - KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoSearchDia * dialog, + KPrFindReplace( TQWidget* parent, KPrCanvas * canvas, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView ); - KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoReplaceDia * dialog, + KPrFindReplace( TQWidget* parent, KPrCanvas * canvas, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView ); ~KPrFindReplace(); |