#ifndef _QTAUTHORS_H_ #define _QTAUTHORS_H_ #include "qtMain.h" class QtMain; /** * The qt implementation of the authors bonus ;-) * @author Jan Wuerthner * @version 0.95 */ class QtAuthors : public KTopLevelWidget { Q_OBJECT public: QtAuthors( const char * name ); public slots: void exit(); }; #endif