#ifndef CONSTANTS_H #define CONSTANTS_H namespace { static const int WIDGET_XT = 1; static const int WIDGET_XY = 2; } #endif // CONSTANTS_H