summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrFindReplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrFindReplace.h')
-rw-r--r--kpresenter/KPrFindReplace.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h
index 87f2799b0..7754aa399 100644
--- a/kpresenter/KPrFindReplace.h
+++ b/kpresenter/KPrFindReplace.h
@@ -35,22 +35,23 @@ class KPrTextView;
class KPrFindReplace;
class KCommand;
/**
- * This class implements the 'find' functionality ( the "search next, prompt" loop )
- * and the 'replace' functionality. Same class, to allow centralizing the code that
+ * This class implements the 'tqfind' functionality ( the "search next, prompt" loop )
+ * and the 'tqreplace' functionality. Same class, to allow centralizing the code that
* finds the framesets and paragraphs to look into.
*/
class KPrFindReplace : public KoFindReplace
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
- * The parent widget can't be the canvas, otherwise the 'find next' dialog
+ * The tqparent widget can't be the canvas, otherwise the 'find next' dialog
* scrolls up/down when using the scrollbars (hehe, cool effect).
*/
- KPrFindReplace( QWidget* parent, KPrCanvas * canvas, KoSearchDia * dialog,
- const QValueList<KoTextObject *> & lstObjects, KPrTextView *textView );
- KPrFindReplace( QWidget* parent, KPrCanvas * canvas, KoReplaceDia * dialog,
- const QValueList<KoTextObject *> & lstObjects, KPrTextView *textView );
+ KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoSearchDia * dialog,
+ const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView );
+ KPrFindReplace( TQWidget* tqparent, KPrCanvas * canvas, KoReplaceDia * dialog,
+ const TQValueList<KoTextObject *> & lstObjects, KPrTextView *textView );
~KPrFindReplace();
virtual void emitNewCommand(KCommand *);