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