chanegd settigns path

This commit is contained in:
Patrick von Reth 2014-01-12 15:05:23 +01:00
parent 8f9160ec44
commit f5dba89ae0
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@
using namespace Snore;
SnoreNotify::SnoreNotify():
m_settings("TheOneRing","SnoreNotify")
m_settings("SnoreNotify","SnoreNotify")
{
qApp->setApplicationName("SnoreNotify");
qApp->setOrganizationName("TheOneRing");
qApp->setOrganizationName("SnoreNotify");
m_trayIcon = new TrayIcon();
m_snore = new SnoreCore(m_trayIcon->trayIcon());
m_snore->loadPlugins(SnorePlugin::ALL);