kaboutapplication.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _KABOUT_APPLICATION_H_
00024 #define _KABOUT_APPLICATION_H_
00025
00026 #include <kaboutdata.h>
00027 #include <kaboutdialog.h>
00028
00045 class KAboutApplication : public KAboutDialog
00046 {
00047 public:
00061 KAboutApplication( QWidget *parent=0, const char *name=0, bool modal=true );
00062
00080 KAboutApplication( const KAboutData *aboutData, QWidget *parent=0, const char *name=0, bool modal=true );
00081
00082
00083
00084
00085
00086
00087
00088
00089 protected:
00090 void buildDialog( const KAboutData *aboutData );
00091 };
00092
00093
00094 #endif
00095
This file is part of the documentation for kdeui Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:13 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003