Small changes which were niggling at me :)

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666833
This commit is contained in:
Matt Williams 2007-05-21 00:30:36 +00:00
parent 5f1db42cca
commit cb00c95058
2 changed files with 1 additions and 2 deletions

View File

@ -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:

1
svg.h
View File

@ -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();