26 #ifndef __TERRAVIEW_INTERNAL_ABOUTDIALOG_H 
   27 #define __TERRAVIEW_INTERNAL_ABOUTDIALOG_H 
   33 #include <QtGui/QDialog> 
   36 namespace Ui { 
class AboutDialogForm; }
 
   42     AboutDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
 
   48     std::auto_ptr<Ui::AboutDialogForm> 
m_ui;
 
   51 #endif  // __TERRAVIEW_INTERNAL_ABOUTDIALOG_H 
std::auto_ptr< Ui::AboutDialogForm > m_ui
 
AboutDialog(QWidget *parent=0, Qt::WindowFlags f=0)