Make the settings dialog aware of the presence of kernel-config
[qcpufreq] / src / settings.ui
index 946f5f0..45464d1 100644 (file)
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>Settings</string>
   </property>
   <property name="locale">
    <locale language="English" country="UnitedStates"/>
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
-      <widget class="QCheckBox" name="checkBox_oc">
+      <widget class="QCheckBox" name="checkBox_rotate">
        <property name="text">
-        <string>Enable Overclocking</string>
+        <string>Enable auto-rotation</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QCheckBox" name="checkBox_rotate">
+      <widget class="QCheckBox" name="checkBox_oc">
        <property name="text">
-        <string>Enable Auto-rotate</string>
+        <string>Enable overclocking</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="checkBox_temperature">
        <property name="text">
-        <string>Display more accurate temperature</string>
+        <string>Load bq27x00_battery module</string>
        </property>
       </widget>
      </item>