SVN commit 1205732 by nienhueser: Add Q_OBJECT macro (requested by lupdate). M +2 -0 BBCWeatherItem.h --- trunk/KDE/kdeedu/marble/src/plugins/render/weather/BBCWeatherItem.h #1205731:1205732 @@ -21,6 +21,8 @@ class BBCWeatherItem : public WeatherItem { + Q_OBJECT + public: BBCWeatherItem( QObject *parent = 0 ); ~BBCWeatherItem();