#ifndef _PAYSAGES_QT_DIALOGWANDERER_H_ #define _PAYSAGES_QT_DIALOGWANDERER_H_ #include class DialogWanderer : public QDialog { Q_OBJECT public: explicit DialogWanderer(QWidget *parent); ~DialogWanderer(); }; #endif