26#ifndef __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPMANAGER_H
27#define __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPMANAGER_H
30#include "../../../common/Singleton.h"
34#include <QtCore/QString>
43 class HelpManagerImpl;
85 void showHelp(
const QString& htmRef,
const QString& nSpace =
"");
Template support for singleton pattern.