From ebdb0f00ff15e20a6709a331e47a2966ed68e0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 3 Aug 2011 08:20:58 +0200 Subject: [PATCH] Use QLatin1String where possible Krazy-- SVN_SILENT --- effects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.cpp b/effects.cpp index 0c7701db54..b23e5d8c64 100644 --- a/effects.cpp +++ b/effects.cpp @@ -1041,7 +1041,7 @@ KLibrary* EffectsHandlerImpl::findEffectLibrary(KService* service) { QString libname = service->library(); #ifdef KWIN_HAVE_OPENGLES - if (libname.startsWith("kwin4_effect_")) { + if (libname.startsWith(QLatin1String("kwin4_effect_"))) { libname.replace("kwin4_effect_", "kwin4_effect_gles_"); } #endif