summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_find.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_find.h')
-rw-r--r--kspread/dialogs/kspread_dlg_find.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/dialogs/kspread_dlg_find.h b/kspread/dialogs/kspread_dlg_find.h
index d0f35f75..d952b254 100644
--- a/kspread/dialogs/kspread_dlg_find.h
+++ b/kspread/dialogs/kspread_dlg_find.h
@@ -37,7 +37,7 @@ class FindOption : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- FindOption( TQWidget *tqparent);
+ FindOption( TQWidget *parent);
bool searchInAllSheet() const;
enum searchTypeValue { Value, Note};
@@ -66,7 +66,7 @@ class FindDlg : public KFindDialog
TQ_OBJECT
public:
- FindDlg( TQWidget *tqparent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), bool hasSelection = false );
+ FindDlg( TQWidget *parent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), bool hasSelection = false );
~FindDlg();
bool searchInAllSheet() const;
FindOption::searchTypeValue searchType() const { return m_findOptions->searchType(); }
@@ -84,7 +84,7 @@ class SearchDlg : public KReplaceDialog
TQ_OBJECT
public:
- SearchDlg( TQWidget *tqparent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), const TQStringList &replaceStrings = TQStringList(), bool hasSelection = false );
+ SearchDlg( TQWidget *parent = 0, const char *name = 0, long options = 0, const TQStringList &findStrings = TQStringList(), const TQStringList &replaceStrings = TQStringList(), bool hasSelection = false );
~SearchDlg();
bool searchInAllSheet() const;
FindOption::searchTypeValue searchType() const { return m_findOptions->searchType(); }