summaryrefslogtreecommitdiffstats
path: root/examples/testapp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-20 21:32:56 +0200
committerkh1 <qt-info@nokia.com>2011-06-20 21:46:58 +0200
commit4fdc07ed022e433bde0ae9e2d84d5bf3789ffe79 (patch)
tree9fc69e451a39a3cdc7549878c0f186a3cafa015b /examples/testapp
parent53dc1745da346f70774c1dbebfca900ad6e85fb4 (diff)
Rename InstallerSettings to Settings.
Diffstat (limited to 'examples/testapp')
-rw-r--r--examples/testapp/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testapp/mainwindow.h b/examples/testapp/mainwindow.h
index ae01486e1..e44fb32a1 100644
--- a/examples/testapp/mainwindow.h
+++ b/examples/testapp/mainwindow.h
@@ -49,7 +49,7 @@ private Q_SLOTS:
private:
UpdateSettingsDialog *m_dialog;
+ QInstaller::Settings m_settings;
KDUpdater::Application updaterapp;
QInstaller::PackageManagerCore m_core;
- QInstaller::InstallerSettings m_settings;
};