~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy

« back to all changes in this revision

Viewing changes to plasma/applets/kickoff/core/models.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-03-03 11:37:30 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080303113730-ppdchskh93rr77le
Tags: 4:4.0.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
namespace Kickoff
44
44
{
45
45
 
46
 
Q_GLOBAL_STATIC_WITH_ARGS(KUrl, homeUrl, (getenv("HOME")))
 
46
Q_GLOBAL_STATIC_WITH_ARGS(KUrl, homeUrl, (qgetenv("HOME")))
47
47
Q_GLOBAL_STATIC_WITH_ARGS(KUrl, remoteUrl, ("remote:/"))
48
48
K_GLOBAL_STATIC(StandardItemFactoryData, factoryData)
49
49