Switch to side-by-side view

--- a/HelperStructs/Helper.h
+++ b/HelperStructs/Helper.h
@@ -27,9 +27,6 @@
 #include <QWidget>
 #include <QByteArray>
 
-#include "HelperStructs/MetaData.h"
-
-
 namespace Helper {
 QByteArray readFileToByteArray(const QString& fn);
 bool read_file_into_str(QString filename, QString* content);
@@ -44,7 +41,7 @@
 QString getHomeDataPath();
 QString createLink(QString name, QString target = "", bool underline = true);
 // Escape things that would look like HTML markup
-std::string escapeHtml(const string &in);
+std::string escapeHtml(const std::string &in);
 QString escapeHtml(const QString& in);
 extern void msleep(int millis);
 }