#ifndef _QTKDE_H #define _QTKDE_H #include class qtkde_EventLoop : public QObject { Q_OBJECT public slots: void block( bool ); }; #endif