diff --git a/dataengine.h b/dataengine.h index cab34a4a7..2734bf0e7 100644 --- a/dataengine.h +++ b/dataengine.h @@ -59,7 +59,7 @@ class PLASMA_EXPORT DataEngine : public QObject void removeDataSource(const QString& source); void clearAllDataSources(); - protected slots: + protected Q_SLOTS: void checkForUpdates(); private: diff --git a/svg.h b/svg.h index fc3f513d6..83a783fee 100644 --- a/svg.h +++ b/svg.h @@ -111,7 +111,6 @@ class PLASMA_EXPORT Svg : public QObject /** * Resizes the rendered image to the natural size of the SVG. * Rendering will actually take place on the next call to paint. - * @arg size the new size of the image **/ void resize();