diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:02:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:02:13 -0600 |
commit | ed6d66d4170624a5f83650abc3e4667e1be63e4c (patch) | |
tree | 2caf83656a97c3c58e66cc984532213eecbec461 /kbfxlib/common/kbfxconfig.cpp | |
parent | 5c2673b2c03a832bef135b4361e03fb87cd5ce6f (diff) | |
download | kbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.tar.gz kbfx-ed6d66d4170624a5f83650abc3e4667e1be63e4c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kbfxlib/common/kbfxconfig.cpp')
-rw-r--r-- | kbfxlib/common/kbfxconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxconfig.cpp b/kbfxlib/common/kbfxconfig.cpp index 8234167..84f97ee 100644 --- a/kbfxlib/common/kbfxconfig.cpp +++ b/kbfxlib/common/kbfxconfig.cpp @@ -329,7 +329,7 @@ void KbfxConfig::read() TDEConfig *conf = confskel->config(); - TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) KIcon::Desktop, FALSE ); + TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) TDEIcon::Desktop, FALSE ); conf->setGroup ( "KbfxGeneral" ); m_KbfxGeneralVersion = conf->readNumEntry ( "Version", 0 ); @@ -501,7 +501,7 @@ void KbfxConfig::readThemerc ( TQString &themePath, TQString &themeName, bool us /* use theme's default dude image if any */ TDEConfigSkeleton *confskel = new TDEConfigSkeleton ( TQString::fromLatin1 ( "kbfxrc" ) ); TDEConfig *conf = confskel->config(); - TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) KIcon::Desktop, FALSE ); + TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) TDEIcon::Desktop, FALSE ); if ( m_SpinxDudeImageDefault == TQString() || !TDEStandardDirs::exists ( m_SpinxDudeImageDefault ) ) { |