26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2ADODIALOG_H 
   27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2ADODIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   39 namespace Ui { 
class SHP2ADODialogForm; }
 
   64           void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   69           void setDataSources();
 
   73           void onHelpPushButtonClicked();
 
   75           void onOkPushButtonClicked();
 
   79           std::auto_ptr<Ui::SHP2ADODialogForm> 
m_ui;
 
   85 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_SHP2ADODIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::SHP2ADODialogForm > m_ui