From 014514e8080181a1ec50fc15240b703dffb61b14 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 30 Dec 2008 01:00:56 +0000 Subject: [PATCH] SVN_SILENT: ws fixes svn path=/trunk/KDE/kdelibs/; revision=903147 --- dataengine.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dataengine.h b/dataengine.h index efdf02802..e3b05b7d6 100644 --- a/dataengine.h +++ b/dataengine.h @@ -159,9 +159,8 @@ class PLASMA_EXPORT DataEngine : public QObject * If the data has not changed, no update will be sent. * @param intervalAlignment the number of ms to align the interval to **/ - Q_INVOKABLE void connectAllSources( - QObject *visualization, uint pollingInterval = 0, - Plasma::IntervalAlignment intervalAlignment = NoAlignment) const; + Q_INVOKABLE void connectAllSources(QObject *visualization, uint pollingInterval = 0, + Plasma::IntervalAlignment intervalAlignment = NoAlignment) const; /** * Disconnects a source to an object that was receiving data updates. @@ -226,7 +225,7 @@ class PLASMA_EXPORT DataEngine : public QObject * @return the Package object, or 0 if none **/ const Package *package() const; - + /** * Returns the plugin name for the applet */