Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

kdialog.h

Go to the documentation of this file.
00001 #ifndef MINIKDE_KDIALOG_H
00002 #define MINIKDE_KDIALOG_H
00003 
00004 #include <qdialog.h>
00005 
00006 class KDialog : public QDialog
00007 {
00008   public:
00009     KDialog( QWidget *parent=0, const char *name=0, bool modal=true ) :
00010       QDialog( parent, name, modal ) {}
00011 
00012     static int spacingHint() { return 3; }
00013     static int marginHint() { return 3; }
00014 };
00015 
00016 #endif

Generated on Sat Nov 5 16:17:11 2005 for OPIE by  doxygen 1.4.2