Index: sources/view/vview.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -r3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7 --- sources/view/vview.h (.../vview.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vview.h (.../vview.h) (revision 3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7) @@ -27,7 +27,8 @@ //--------------------------------------------------------------------------------// // The child definition in cpp #define VIEW_DEF(vCLASS, vDATATYPE) \ -using namespace Gui; \ +using namespace Gui ; \ +using namespace View; \ vCLASS::vCLASS(QObject *parent) : QObject(parent) { \ initConnections(); \ } \