#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

Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999