#ifndef LINESTYLE_H #define LINESTYLE_H class linestyle { public: linestyle(); }; #endif // LINESTYLE_H