00001 //LabPlot : InfoDialog.h 00002 00003 #ifndef INFODIALOG_H 00004 #define INFODIALOG_H 00005 00006 #include <qfont.h> 00007 #include <qcheckbox.h> 00008 #include "Dialog.h" 00009 00010 class InfoDialog: public Dialog 00011 { 00012 public: 00013 InfoDialog(MainWin *m, const char *name, int item); 00014 }; 00015 00016 #endif //INFODIALOG_H