summaryrefslogtreecommitdiffstats
path: root/kword/KWFindReplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFindReplace.h')
-rw-r--r--kword/KWFindReplace.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/kword/KWFindReplace.h b/kword/KWFindReplace.h
index 86d127dc8..270bc10b6 100644
--- a/kword/KWFindReplace.h
+++ b/kword/KWFindReplace.h
@@ -22,8 +22,8 @@
#ifndef searchdia_h
#define searchdia_h
-#include <qstring.h>
-#include <qstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#include <KoRichText.h>
#include <KoTextObject.h>
#include <KoTextView.h>
@@ -34,16 +34,17 @@ class KWTextFrameSet;
class KMacroCommand;
class KWTextFrameSetEdit;
/**
- * 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 KWFindReplace : public KoFindReplace
{
Q_OBJECT
+ TQ_OBJECT
public:
- KWFindReplace( KWCanvas * canvas, KoSearchDia * dialog, const QValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView );
- KWFindReplace( KWCanvas * parent, KoReplaceDia * dialog, const QValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView );
+ KWFindReplace( KWCanvas * canvas, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView );
+ KWFindReplace( KWCanvas * tqparent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObjects, KWTextFrameSetEdit* textView );
~KWFindReplace();
virtual void emitNewCommand(KCommand *);