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