#ifndef SUBOBJC_HPP #define SUBOBJC_HPP #include namespace subC { class ObjC : public QObject { Q_OBJECT Q_SLOT void go(); }; } #endif