Move the .ui files in the ui directory
[bertos.git] / wizard / BCpuPage.py
index 8323b1281946ef07ce7e8859e192dcbb31df5bcc..2af1df821f66429327b39ede313afc067798d182 100644 (file)
@@ -19,7 +19,7 @@ from const import *
 class BCpuPage(BWizardPage):
     
     def __init__(self):
-        BWizardPage.__init__(self, "cpu_select.ui")
+        BWizardPage.__init__(self, UI_LOCATION + "/cpu_select.ui")
         self.setTitle(self.tr("Select the CPU"))
         self._connectSignals()
         self._setupUi()