summaryrefslogtreecommitdiffstats
path: root/kformula/formulastring.h
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/formulastring.h')
-rw-r--r--kformula/formulastring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kformula/formulastring.h b/kformula/formulastring.h
index 2ee9b5f3..027228eb 100644
--- a/kformula/formulastring.h
+++ b/kformula/formulastring.h
@@ -38,7 +38,7 @@ class FormulaString : public TQDialog
TQ_OBJECT
public:
- FormulaString( KFormulaPartView* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ FormulaString( KFormulaPartView* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~FormulaString();
TQTextEdit* textWidget;