summaryrefslogtreecommitdiffstats
path: root/examples/testapp
diff options
context:
space:
mode:
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;
};