Do not enabled advanced temperature display by default
[qcpufreq] / src / mainwindow.h
index dd2d172..c8866a8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * QCPUFreq - a simple cpufreq GUI
- * Copyright (C) 2010 Daniel Klaffenbach <daniel.klaffenbach@cs.tu-chemnitz.de>
+ * Copyright (C) 2010 Daniel Klaffenbach <danielklaffenbach@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 #include <QStringList>
 
 #include "helpwindow.h"
-#include "settingswidget.h"
+#include "settings.h"
 
 namespace Ui {
     class MainWindow;
@@ -83,7 +83,7 @@ private:
     //! the QGraphicsScene will contain the large chip icon displayed in the UI
     QGraphicsScene scene;
     bool showSudoError;
-    SettingsWidget settings;
+    Settings settings;
     bool usePortrait();
 };