summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
index 7201304..def6ae6 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/settemplate.cpp
@@ -44,7 +44,7 @@ void choosetemplate (QString templateop, QString templatename , QString templat
MythCtemplate setting;
// setting.load();
// setting.save();
- setting.exec();
+// setting.exec();
};
QString thistemplate;
@@ -283,9 +283,9 @@ void c_from(QString copyhost, QString templatenumber)
-static HostComboBox *HOSTtemplatetype()
+static HostComboBoxSetting *HOSTtemplatetype()
{
- HostComboBox *gc = new HostComboBox("HOSTtemplatetype");
+ HostComboBoxSetting *gc = new HostComboBoxSetting("HOSTtemplatetype");
gc->setLabel(QObject::tr("Template options"));
gc->addSelection("Do Nothing") ;
gc->addSelection("restore");
@@ -297,9 +297,9 @@ static HostComboBox *HOSTtemplatetype()
return gc;
}
-static HostComboBox *HostTemplateSave()
+static HostComboBoxSetting *HostTemplateSave()
{
- HostComboBox *gc = new HostComboBox("HostTemplateSave");
+ HostComboBoxSetting *gc = new HostComboBoxSetting("HostTemplateSave");
gc->setLabel(QObject::tr("Save Template"));
// gc->addSelection("none");
gc->addSelection("user1") ;
@@ -309,9 +309,9 @@ static HostComboBox *HostTemplateSave()
return gc;
}
-static HostComboBox *HostTemplateCopy_restore()
+static HostComboBoxSetting *HostTemplateCopy_restore()
{
- HostComboBox *gc = new HostComboBox("HostTemplateRestore");
+ HostComboBoxSetting *gc = new HostComboBoxSetting("HostTemplateRestore");
gc->setLabel(QObject::tr("Template"));
// gc->addSelection("none");
gc->addSelection("Current");
@@ -323,9 +323,9 @@ static HostComboBox *HostTemplateCopy_restore()
return gc;
}
-static HostComboBox *HostTemplateRestore()
+static HostComboBoxSetting *HostTemplateRestore()
{
- HostComboBox *gc = new HostComboBox("HostTemplateRestore");
+ HostComboBoxSetting *gc = new HostComboBoxSetting("HostTemplateRestore");
gc->setLabel(QObject::tr("Template"));
// gc->addSelection("none");
gc->addSelection("default_1");
@@ -338,9 +338,9 @@ static HostComboBox *HostTemplateRestore()
return gc;
}
-static HostComboBox *HostSelectcopy_from()
+static HostComboBoxSetting *HostSelectcopy_from()
{
- HostComboBox *gc = new HostComboBox("HostSelectcopy_from");
+ HostComboBoxSetting *gc = new HostComboBoxSetting("HostSelectcopy_from");
gc->setLabel(QObject::tr("Host"));
// gc->addSelection("none");