#ifndef DEFINEGRAPHICSVIEW_H #define DEFINEGRAPHICSVIEW_H // specify the name of your GraphicsView class here class DummyGraphicsView; namespace AMKgl { // specify your GraphicsView class here typedef DummyGraphicsView GraphicsView; } #endif // DEFINEGRAPHICSVIEW_H