mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
PlayWordMediator: fix header inclusion guards
This commit is contained in:
parent
bbcb79625d
commit
4b077bbcd6
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue