Fixed file mode for source and data files
[qcpufreq] / src / mainwindow.h
old mode 100755 (executable)
new mode 100644 (file)
index 9aa4763..7f10e82
@@ -60,14 +60,14 @@ private:
     int getScalingSteps();
     int getSmartReflexState();
     //! The helper process
-    QProcess *helperProcess;
+    QProcess helperProcess;
     //! The help window
-    HelpWindow *helpWindow;
+    HelpWindow helpWindow;
     QString readSysFile( QString sys_file );
     //! the timer for refreshing the UI
-    QTimer *refreshTimer;
+    QTimer refreshTimer;
     //! the QGraphicsScene will contain the large chip icon displayed in the UI
-    QGraphicsScene *scene;
+    QGraphicsScene scene;
     bool showSudoError;
     bool usePortrait();
 };