26 #ifndef __TERRAVIEW_INTERNAL_ABOUTDIALOG_H    27 #define __TERRAVIEW_INTERNAL_ABOUTDIALOG_H    36 namespace Ui { 
class AboutDialogForm; }
    44     AboutDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
    48     void setTerraViewLogoFilePath(std::string path);
    50     void setTerraLibLogoFilePath(std::string path);
    54     std::auto_ptr<Ui::AboutDialogForm> 
m_ui;
    57 #endif  // __TERRAVIEW_INTERNAL_ABOUTDIALOG_H 
std::auto_ptr< Ui::AboutDialogForm > m_ui