#ifndef FAVORITGROUP_H #define FAVORITGROUP_H class FavoritGroup { public: FavoritGroup(); }; #endif // FAVORITGROUP_H