00001 #ifndef HELPDIALOG 00002 #define HELPDIALOG 00003 00004 #include "ui_helpdialog.h" 00005 00006 class helpDialog : public QDialog, private Ui::helpDialog 00007 { 00008 Q_OBJECT 00009 public: 00010 helpDialog(QWidget *parent = 0, const char* name = 0, bool modal = FALSE, const QString& helpFileName=NULL,const QString& captionText=NULL); 00011 00012 }; 00013 00014 #endif