summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrFindReplace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrFindReplace.cpp')
-rw-r--r--kpresenter/KPrFindReplace.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kpresenter/KPrFindReplace.cpp b/kpresenter/KPrFindReplace.cpp
index ba268f00..59a5fcfe 100644
--- a/kpresenter/KPrFindReplace.cpp
+++ b/kpresenter/KPrFindReplace.cpp
@@ -29,16 +29,16 @@
#include <KoSearchDia.h>
#include "KPrTextDocument.h"
-KPrFindReplace::KPrFindReplace( QWidget* parent, KPrCanvas * canvas, KoSearchDia * dialog,
- const QValueList<KoTextObject *> & lstObjects, KPrTextView *textView)
- : KoFindReplace( parent, dialog, lstObjects, textView )
+KPrFindReplace::KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoSearchDia * dialog,
+ const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView)
+ : KoFindReplace( tqparent, dialog, lstObjects, textView )
{
m_canvas = canvas;
}
-KPrFindReplace::KPrFindReplace( QWidget* parent, KPrCanvas * canvas, KoReplaceDia * dialog,
- const QValueList<KoTextObject *> & lstObjects, KPrTextView *textView )
- : KoFindReplace( parent, dialog, lstObjects, textView )
+KPrFindReplace::KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoReplaceDia * dialog,
+ const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView )
+ : KoFindReplace( tqparent, dialog, lstObjects, textView )
{
m_canvas = canvas;
}
@@ -55,10 +55,10 @@ void KPrFindReplace::emitNewCommand(KCommand *cmd)
void KPrFindReplace::highlightPortion(KoTextParag * parag, int index, int length, KoTextDocument *_textdoc, KDialogBase* dialog)
{
- bool repaint = isReplace() ? options() & KReplaceDialog::PromptOnReplace : true;
+ bool tqrepaint = isReplace() ? options() & KReplaceDialog::PromptOnReplace : true;
KPrTextDocument *textdoc = static_cast<KPrTextDocument *>(_textdoc);
KPrTextObject* textobj = textdoc->textObject();
- textobj->highlightPortion( parag, index, length, m_canvas, repaint, dialog );
+ textobj->highlightPortion( parag, index, length, m_canvas, tqrepaint, dialog );
}
#include "KPrFindReplace.moc"