#ifndef DEFINEITEMPICKINGPAINTER_H #define DEFINEITEMPICKINGPAINTER_H // specify the name of your Painter class here class DummyItemPickingPainter; namespace AMKgl { // specify your Painter class here typedef DummyItemPickingPainter ItemPickingPainter; } #endif // DEFINEITEMPICKINGPAINTER_H