~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to libs/plasmaweather/weatheri18ncatalog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-26 13:35:18 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: james.westby@ubuntu.com-20101126133518-remqkgqjafk2a4jc
Tags: upstream-4.5.80
ImportĀ upstreamĀ versionĀ 4.5.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
        loadingMutex.lock();
31
31
        if (!catalogLoaded) {
32
 
                KGlobal::locale()->insertCatalog("libplasmaweather");
 
32
                KGlobal::locale()->insertCatalog(QLatin1String( "libplasmaweather" ));
33
33
                catalogLoaded = true;
34
34
        }
35
35
        loadingMutex.unlock();