#ifndef SWIFTEN_TreeWidget_H
#define SWIFTEN_TreeWidget_H

namespace Swift {

class TreeWidget {
	public:
		virtual ~TreeWidget() {}
};

}
#endif