summaryrefslogtreecommitdiffstats
path: root/kformula/kfconfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kfconfig.cc')
-rw-r--r--kformula/kfconfig.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/kformula/kfconfig.cc b/kformula/kfconfig.cc
index 2e99e67a..e461223c 100644
--- a/kformula/kfconfig.cc
+++ b/kformula/kfconfig.cc
@@ -29,20 +29,20 @@
#include "kformula_view.h"
-KFConfig::KFConfig( KFormulaPartView* tqparent )
+KFConfig::KFConfig( KFormulaPartView* parent )
: KDialogBase( KDialogBase::IconList, i18n( "Configure KFormula" ),
KDialogBase::Ok | KDialogBase::Apply | KDialogBase::Cancel | KDialogBase::Default,
- KDialogBase::Ok, tqparent )
+ KDialogBase::Ok, parent )
{
//kdDebug( 40000 ) << "KFConfig::KFConfig" << endl;
TQVBox* page1 = addVBoxPage( i18n( "Formula" ), i18n( "Formula Settings" ),
BarIcon( "kformula", KIcon::SizeMedium ) );
- _page = new KFormula::ConfigurePage( tqparent->document()->getDocument(), this,
+ _page = new KFormula::ConfigurePage( parent->document()->getDocument(), this,
KFormulaFactory::global()->config(),
page1 );
// TQVBox* page2 = addVBoxPage( i18n( "Math Fonts" ), i18n( "Math Fonts Settings" ),
// BarIcon( "kformula", KIcon::SizeMedium ) );
-// _mathFontPage = new KFormula::MathFontsConfigurePage( tqparent->document()->getDocument(), this,
+// _mathFontPage = new KFormula::MathFontsConfigurePage( parent->document()->getDocument(), this,
// KFormulaFactory::global()->config(),
// page2 );