diff -r f4c109c82a0c -r 17c860483407 QTfrontend/mapContainer.h --- a/QTfrontend/mapContainer.h Sat Jan 13 22:32:08 2007 +0000 +++ b/QTfrontend/mapContainer.h Sun Jan 14 11:58:08 2007 +0000 @@ -47,6 +47,12 @@ void setMap(const QString & map); void setTheme(const QString & theme); + signals: + void seedChanged(const QString & seed); + void mapChanged(const QString & map); + void themeChanged(const QString & theme); + + private slots: void setImage(const QImage newImage); void mapChanged(int index);