

#ifndef __MAPVIEW_H
#define __MAPVIEW_H
#include <mapper/config.h>

#include <qwidget.h>
namespace iwear
{
    namespace sensor
    {
	namespace location
	{
/**
 * This is a view of the map.
 */
class MapView : public QWidget
{
    Q_OBJECT
private:
protected:
public:
};

	}
    }
}

#endif
