summaryrefslogtreecommitdiffstats
path: root/kformula/kfconfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kfconfig.cc')
-rw-r--r--kformula/kfconfig.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kformula/kfconfig.cc b/kformula/kfconfig.cc
index e461223c..d6ee6d79 100644
--- a/kformula/kfconfig.cc
+++ b/kformula/kfconfig.cc
@@ -36,12 +36,12 @@ KFConfig::KFConfig( KFormulaPartView* parent )
{
//kdDebug( 40000 ) << "KFConfig::KFConfig" << endl;
TQVBox* page1 = addVBoxPage( i18n( "Formula" ), i18n( "Formula Settings" ),
- BarIcon( "kformula", KIcon::SizeMedium ) );
+ BarIcon( "kformula", TDEIcon::SizeMedium ) );
_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 ) );
+// BarIcon( "kformula", TDEIcon::SizeMedium ) );
// _mathFontPage = new KFormula::MathFontsConfigurePage( parent->document()->getDocument(), this,
// KFormulaFactory::global()->config(),
// page2 );