diff options
Diffstat (limited to 'kpresenter/KPrFindReplace.cpp')
-rw-r--r-- | kpresenter/KPrFindReplace.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrFindReplace.cpp b/kpresenter/KPrFindReplace.cpp index 59a5fcfea..3836a8adb 100644 --- a/kpresenter/KPrFindReplace.cpp +++ b/kpresenter/KPrFindReplace.cpp @@ -29,16 +29,16 @@ #include <KoSearchDia.h> #include "KPrTextDocument.h" -KPrFindReplace::KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoSearchDia * dialog, +KPrFindReplace::KPrFindReplace( TQWidget* parent, KPrCanvas * canvas, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView) - : KoFindReplace( tqparent, dialog, lstObjects, textView ) + : KoFindReplace( parent, dialog, lstObjects, textView ) { m_canvas = canvas; } -KPrFindReplace::KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoReplaceDia * dialog, +KPrFindReplace::KPrFindReplace( TQWidget* parent, KPrCanvas * canvas, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView ) - : KoFindReplace( tqparent, dialog, lstObjects, textView ) + : KoFindReplace( parent, dialog, lstObjects, textView ) { m_canvas = canvas; } |