Mmm, gotta love those APPLEYLAYOUTs :P

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667779
This commit is contained in:
Matt Williams 2007-05-23 22:45:21 +00:00
parent 308b2bb907
commit 199833129b
3 changed files with 6 additions and 3 deletions

View File

@ -30,7 +30,7 @@
namespace Plasma
{
/**
* @short the base Applet class
* @short The base Applet (Plasmoid) class
*
*
*/

View File

@ -1,5 +1,5 @@
#ifndef APPLEYLAYOUT_H
#define APPLEYLAYOUT_H
#ifndef APPLET_LAYOUT_H
#define APPLET_LAYOUT_H
#include <QLayout>
#include <QSize>

View File

@ -21,6 +21,9 @@
#include <plasma_export.h>
/**
* Namespace for everything in libplasma
*/
namespace Plasma
{