// file : qt/employee.hxx // author : Constantin Michael // copyright : not copyrighted - public domain #ifndef EMPLOYEE_HXX #define EMPLOYEE_HXX #include struct employee { QString name; }; #endif // EMPLOYEE_HXX