00001 #ifndef ABOUT 00002 #define ABOUT 00003 00004 #include "ui_about.h" 00005 00006 class AboutDlg : public QDialog, private Ui::About 00007 { 00008 Q_OBJECT 00009 00010 public: 00011 AboutDlg(QWidget *parent = 0); 00012 00013 }; 00014 00015 #endif