src/AboutDialog/AboutDialog.h

Go to the documentation of this file.
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_*/

Generated on Fri Feb 29 10:20:46 2008 for QConfigControl by  doxygen 1.5.4