PlayWordMediator: fix header inclusion guards

This commit is contained in:
Olivier Teulière 2013-01-06 18:17:58 +01:00
parent bbcb79625d
commit 4b077bbcd6

View file

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*****************************************************************************/
#ifndef VALIDATORS_H_
#define VALIDATORS_H_
#ifndef PLAY_WORD_MEDIATOR_H_
#define PLAY_WORD_MEDIATOR_H_
#include <string>
#include <QtGui/QValidator>