summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/mainwindow.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-10-16 10:23:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 15:29:15 +0200
commitfbd10a401f640778d404c99b8633ed402a0fe000 (patch)
tree426834e1b1707fb1a4aac16cdca7e26630c2508d /examples/network/torrent/mainwindow.cpp
parentdc0927f2b8abea2b10a3c7aa6c20280e229d858c (diff)
Use organization name "QtProject" in examples.
Change-Id: Ibbe9517ccf81d25eccbdff98f7cfe8ff6ec485d2 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/network/torrent/mainwindow.cpp')
-rw-r--r--examples/network/torrent/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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);