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