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