#ifndef EOBJB_P_HPP #define EOBJB_P_HPP #include class EObjBPrivate : public QObject { Q_OBJECT public: EObjBPrivate(); ~EObjBPrivate(); }; #endif