00001 #ifndef ABOUTDIALOG_H_ 00002 #define ABOUTDIALOG_H_ 00003 #include <QtGui> 00004 #include "../../build/ui_AboutDialog.h" 00005 00006 class CAboutDialog : public QDialog, private Ui::AboutDialog { 00007 Q_OBJECT 00008 public: 00009 CAboutDialog(); 00010 ~CAboutDialog() {} 00011 }; 00012 00013 #endif /*ABOUTDIALOG_H_*/