#include <QtCore/qbasictimer.h> #ifndef QBASICTIMER_H class QBasicTimer{ /* Some contents are skipped to improve readability */ public: inline int timerId() const /* ... */ }; #endif // QBASICTIMER_H