Reflect changes in Settings class interface.
[yandex-traffic] / tests / settings / main.cpp
index 9f5c68f..9d4fb7b 100644 (file)
@@ -6,8 +6,7 @@
 int main(int argc, char *argv[])
 {
     QApplication app (argc, argv);
-    Settings settings;
-    SettingsDialog dlg (&settings);
+    SettingsDialog dlg (Settings::instance ());
 
     dlg.show ();