#include <QtCore/qabstracteventdispatcher.h>
#ifndef QABSTRACTEVENTDISPATCHER_H
class QAbstractEventDispatcher: public QObject{
   /* Some contents are skipped to improve readability */
   public: virtual bool unregisterTimer(int timerId) = 0;
   /* ... */
};
#endif // QABSTRACTEVENTDISPATCHER_H