From 65f52513ee53e5a78695817a0a1b82180e234d2c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:16:48 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kbfxlib/common/kbfxconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbfxlib/common/kbfxconfig.cpp') diff --git a/kbfxlib/common/kbfxconfig.cpp b/kbfxlib/common/kbfxconfig.cpp index 6817e50..8234167 100644 --- a/kbfxlib/common/kbfxconfig.cpp +++ b/kbfxlib/common/kbfxconfig.cpp @@ -503,7 +503,7 @@ void KbfxConfig::readThemerc ( TQString &themePath, TQString &themeName, bool us TDEConfig *conf = confskel->config(); TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) KIcon::Desktop, FALSE ); - if ( m_SpinxDudeImageDefault == TQString() || !KStandardDirs::exists ( m_SpinxDudeImageDefault ) ) + if ( m_SpinxDudeImageDefault == TQString() || !TDEStandardDirs::exists ( m_SpinxDudeImageDefault ) ) { m_SpinxDudeImageDefault = KbfxPlasmaPixmapProvider::PixmapPath ( "menu_top_image_person", themePath, themeName ); } -- cgit v1.2.1