summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoSearchDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoSearchDia.h')
-rw-r--r--lib/kotext/KoSearchDia.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h
index 49eb75d1..e833cbc9 100644
--- a/lib/kotext/KoSearchDia.h
+++ b/lib/kotext/KoSearchDia.h
@@ -102,7 +102,7 @@ class KoSearchContextUI : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- KoSearchContextUI( KoSearchContext *ctx, TQWidget *tqparent );
+ KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent );
void setCtxOptions( long options );
void setCtxHistory( const TQStringList & history );
KoSearchContext *context() const { return m_ctx;}
@@ -128,7 +128,7 @@ class KOTEXT_EXPORT KoSearchDia:
TQ_OBJECT
public:
- KoSearchDia( TQWidget *tqparent, const char *name, KoSearchContext *find, bool hasSelection, bool hasCursor );
+ KoSearchDia( TQWidget *parent, const char *name, KoSearchContext *find, bool hasSelection, bool hasCursor );
KoSearchContext * searchContext() {
return m_findUI->context();
}
@@ -152,7 +152,7 @@ class KOTEXT_EXPORT KoReplaceDia:
public:
- KoReplaceDia( TQWidget *tqparent, const char *name, KoSearchContext *find, KoSearchContext *replace, bool hasSelection, bool hasCursor );
+ KoReplaceDia( TQWidget *parent, const char *name, KoSearchContext *find, KoSearchContext *replace, bool hasSelection, bool hasCursor );
KoSearchContext * searchContext() {
return m_findUI->context();
}
@@ -178,7 +178,7 @@ class KoTextFind : public KFind
Q_OBJECT
TQ_OBJECT
public:
- KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *tqparent = 0);
+ KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0);
~KoTextFind();
virtual bool validateMatch( const TQString &text, int index, int matchedlength );
private:
@@ -193,7 +193,7 @@ class KoTextReplace : public KReplace
Q_OBJECT
TQ_OBJECT
public:
- KoTextReplace(const TQString &pattern, const TQString &replacement, long options, KoFindReplace *_findReplace, TQWidget *tqparent = 0);
+ KoTextReplace(const TQString &pattern, const TQString &replacement, long options, KoFindReplace *_findReplace, TQWidget *parent = 0);
~KoTextReplace();
virtual bool validateMatch( const TQString &text, int index, int matchedlength );
private:
@@ -209,8 +209,8 @@ class KOTEXT_EXPORT KoFindReplace : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- KoFindReplace( TQWidget * tqparent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView );
- KoFindReplace( TQWidget * tqparent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView );
+ KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView );
+ KoFindReplace( TQWidget * parent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView );
~KoFindReplace();
KoTextParag *currentParag() {
@@ -299,7 +299,7 @@ class KoFormatDia: public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- KoFormatDia( TQWidget* tqparent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L);
+ KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L);
//apply to parameter to context !
void ctxOptions( );