moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kverbos / kverbos / kstartuplogo.h
blob792e9272bf75bb7262091e11790a050493fe7312
1 /***************************************************************************
2 kstartuplogo.h - description
3 -------------------
4 begin : Fri Dec 14 2001
5 copyright : (C) 2001 by Arnold Kraschinski
6 email : arnold.k67@gmx.de
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef KSTARTUPLOGO_H
19 #define KSTARTUPLOGO_H
21 #include <qwidget.h>
23 /**This class creates the splash screen at the beginning of the program.
24 *@author Arnold Kraschinski
27 class KStartupLogo : public QWidget {
28 Q_OBJECT
29 public:
30 KStartupLogo(QWidget *parent=0, const char *name=0);
31 ~KStartupLogo();
32 protected:
33 virtual bool event(QEvent*);
37 #endif