From 18a8791a43b66da9e53508f425c23b49c185c36b Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 21 May 2007 18:48:13 +0000 Subject: [PATCH] More Mainpage.dox changes svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667061 --- Mainpage.dox | 7 ++++--- widgets/radiobutton.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Mainpage.dox b/Mainpage.dox index d0c1632c2..b73b2ffdc 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -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, common GUI +* elements, 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 Engines. * */ \ No newline at end of file diff --git a/widgets/radiobutton.h b/widgets/radiobutton.h index a6a1b8bae..e629e27dc 100644 --- a/widgets/radiobutton.h +++ b/widgets/radiobutton.h @@ -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: