00001 #ifndef ABOUTDLG_H
00002 #define ABOUTDLG_H
00003
00004 #include <QDialog>
00005
00006 class QWidget;
00007
00008 class AboutDlg : public QDialog
00009 {
00010 Q_OBJECT
00011 public:
00012 AboutDlg(QWidget *parent);
00013 };
00014
00015 #endif
00016