ksplashscreen.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KSPLASHSCREEN_H
00021 #define KSPLASHSCREEN_H
00022
00023 #include <qsplashscreen.h>
00024
00025 class QPixmap;
00026
00041 class KSplashScreen : public QSplashScreen
00042 {
00043 Q_OBJECT
00044
00045 public:
00046
00050 KSplashScreen(const QPixmap &pixmap, WFlags f = 0);
00051
00057 ~KSplashScreen();
00058
00059 };
00060
00061 #endif //KSPLASHSCREEN_H
00062
This file is part of the documentation for kdeui Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Mar 4 22:43:54 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003