From cb00c9505869cb628a7d73500066d00c45d933f8 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 21 May 2007 00:30:36 +0000 Subject: [PATCH] Small changes which were niggling at me :) svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666833 --- dataengine.h | 2 +- svg.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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();