More Mainpage.dox changes

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667061
This commit is contained in:
Matt Williams 2007-05-21 18:48:13 +00:00
parent dfb58b44c1
commit 18a8791a43
2 changed files with 5 additions and 4 deletions

View File

@ -3,9 +3,10 @@
*
* This directory contains the classes making up libplasma, which provides the
* core framework used by Plasma and its components. This includes applet and
* extension definitions and loading, common GUI elements, etc.
*
* extension definitions and loading, <a href="../widgets/html">common GUI
* elements</a>, etc.
*
* Domain specific sets of functionality, e.g. for network awareness or sensors,
* are not found here but in one of the Plasma Engines.
* are not found here but in one of the Plasma <a href="../../engines/html">Engines</a>.
*
*/

View File

@ -72,7 +72,7 @@ public:
void setText(const QString &text);
public Q_SLOTS:
// DataVisualization overriden virtual slots
// DataVisualization overridden virtual slots
void updated(const Plasma::DataEngine::Data &data);
Q_SIGNALS: