diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:05:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:05:40 -0600 |
commit | 1d4158dd755a445fd42f2db7db5abab8084175cd (patch) | |
tree | 71ca5f966ca25d2a47b66ae27f7bb06c34d190bf /kformula/kfconfig.cc | |
parent | 391e0b69f256bab8971430050c65f0e6e7eea9be (diff) | |
download | koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kformula/kfconfig.cc')
-rw-r--r-- | kformula/kfconfig.cc | 4 |
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 ); |