#ifndef CLASSB_HPP #define CLASSB_HPP #include class B : public QObject { Q_OBJECT public: B(); }; #endif