diff options
Diffstat (limited to 'abs/core-testing/mythinstall/settemplate.h')
-rwxr-xr-x | abs/core-testing/mythinstall/settemplate.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core-testing/mythinstall/settemplate.h b/abs/core-testing/mythinstall/settemplate.h deleted file mode 100755 index a730cf5..0000000 --- a/abs/core-testing/mythinstall/settemplate.h +++ /dev/null @@ -1,13 +0,0 @@ -#include <settings.h> -#include "mythdialogs.h" - -class MythCtemplate: public ConfigurationWizard { -public: - MythCtemplate(); - -}; - -void choosetemplate(QString,QString,QString); -void savesettings(QString); -void restoresettings(QString); -void c_from(QString , QString="current" ); |