/***************************************************************************
                          ktfxsplash.h  -  description
                             -------------------
    begin                : Sat Mar 18 2000
    copyright            : (C) 2000 by David Banz
    email                : neo@sakura-audio.cx
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef KTFXSPLASH_H
#define KTFXSPLASH_H

//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
//Generated area. DO NOT EDIT!!!(end)
#include <qpixmap.h>

/**
  *@author David Banz
  */

class KTfxSplash : public QWidget {
   Q_OBJECT
public: 
	KTfxSplash(QWidget *parent=0, const char *name=0);
	~KTfxSplash();

protected: 
	void initDialog();
	//Generated area. DO NOT EDIT!!!(begin)
	//Generated area. DO NOT EDIT!!!(end)
	QPixmap splashPix;
};

#endif


Documentation generated by neo@san on Mon May 1 11:29:54 MEST 2000