26 #ifndef __TERRALIB_QT_AF_GENERALCONFIGWIDGET_H 
   27 #define __TERRALIB_QT_AF_GENERALCONFIGWIDGET_H 
   30 #include "../Config.h" 
   41   class GeneralConfigWidgetForm;
 
   51       class ColorPickerToolButton;
 
   75           void getHelpInformations(QString& ns, QString& helpFile);
 
   85           void onDefaultSRSToolButtonPressed();
 
   87           void onSelectionColorChanged(
const QColor& color);
 
   89           void onToolBarIconSizeValueChanged(
int value);
 
   91           void onIconThemeCurrentIndexChanged(
const QString& value);
 
   95           std::auto_ptr<Ui::GeneralConfigWidgetForm> 
m_ui;
 
  105 #endif  // __TERRALIB_QT_AF_GENERALCONFIGWIDGET_H 
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.