summaryrefslogtreecommitdiffstats
path: root/kformula/formulastring.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/formulastring.cc')
-rw-r--r--kformula/formulastring.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kformula/formulastring.cc b/kformula/formulastring.cc
index 5d2c5b8f9..b22c85768 100644
--- a/kformula/formulastring.cc
+++ b/kformula/formulastring.cc
@@ -35,8 +35,8 @@
#include "kformula_view.h"
-FormulaString::FormulaString( KFormulaPartView* tqparent, const char* name, bool modal, WFlags fl )
- : TQDialog( tqparent, name, modal, fl ), view( tqparent )
+FormulaString::FormulaString( KFormulaPartView* parent, const char* name, bool modal, WFlags fl )
+ : TQDialog( parent, name, modal, fl ), view( parent )
{
if ( !name )
setName( "FormulaString" );