~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to nepomuk/controller/main.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-03 21:50:00 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120603215000-vn7oarsq0ynrydj5
Tags: upstream-4.8.80
Import upstream version 4.8.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        KUniqueApplication app;
48
48
        app.setQuitOnLastWindowClosed(false);
49
49
        KGlobal::locale()->insertCatalog( QLatin1String( "kcm_nepomuk" )); 
50
 
        (void)new Nepomuk::SystemTray(0);
 
50
        (void)new Nepomuk2::SystemTray(0);
51
51
        return app.exec();
52
52
    }
53
53
}