summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-10-18 17:05:29 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-10-18 17:05:29 (GMT)
commit05fcbd3195c30dfcfb40f4e7e409ff3698a1d099 (patch)
tree3f8850ad545deb867954e4b162cd85b7ea767edf /abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h
parentf9787a14c7931ef20421a4f34c3c3361c164092e (diff)
downloadlinhes_pkgbuild-05fcbd3195c30dfcfb40f4e7e409ff3698a1d099.zip
linhes_pkgbuild-05fcbd3195c30dfcfb40f4e7e409ff3698a1d099.tar.gz
linhes_pkgbuild-05fcbd3195c30dfcfb40f4e7e409ff3698a1d099.tar.bz2
mythinstall: initial work to update to mythui
DOES NOT BUILD
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h b/abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h
index e043f0a..75f322a 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installationtype.h
@@ -1,11 +1,11 @@
-#include <settings.h>
-#include "mythdialogs.h"
+//#include <settings.h>
+//#include "mythdialogs.h"
+#include "standardsettings.h"
-class Mythinstalltype: public ConfigurationWizard {
+class Mythinstalltype : public GroupSetting {
public:
Mythinstalltype();
};
int mythinstalltype(QString);
-