From fbd10a401f640778d404c99b8633ed402a0fe000 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 16 Oct 2012 10:23:43 +0200 Subject: Use organization name "QtProject" in examples. Change-Id: Ibbe9517ccf81d25eccbdff98f7cfe8ff6ec485d2 Reviewed-by: hjk --- examples/network/torrent/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/network/torrent/mainwindow.cpp') diff --git a/examples/network/torrent/mainwindow.cpp b/examples/network/torrent/mainwindow.cpp index 63f7245f54..1b10241f6e 100644 --- a/examples/network/torrent/mainwindow.cpp +++ b/examples/network/torrent/mainwindow.cpp @@ -234,7 +234,7 @@ int MainWindow::rowOfClient(TorrentClient *client) const void MainWindow::loadSettings() { // Load base settings (last working directory, upload/download limits). - QSettings settings("Trolltech", "Torrent"); + QSettings settings("QtProject", "Torrent"); lastDirectory = settings.value("LastDirectory").toString(); if (lastDirectory.isEmpty()) lastDirectory = QDir::currentPath(); @@ -411,7 +411,7 @@ void MainWindow::saveSettings() saveChanges = false; // Prepare and reset the settings - QSettings settings("Trolltech", "Torrent"); + QSettings settings("QtProject", "Torrent"); settings.clear(); settings.setValue("LastDirectory", lastDirectory); -- cgit v1.2.3