From bea1a1216859f627bd977ce2e7f4139d4ec7a7ba Mon Sep 17 00:00:00 2001 From: Riccardo Iaconelli Date: Tue, 29 Jul 2008 15:44:46 +0000 Subject: [PATCH] Bring doc up to date... Signed-off-by: Riccardo Iaconelli svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=839241 --- containment.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/containment.h b/containment.h index 5c2e290d9..6719df191 100644 --- a/containment.h +++ b/containment.h @@ -166,10 +166,8 @@ class PLASMA_EXPORT Containment : public Applet * @param name the plugin name for the applet, as given by * KPluginInfo::pluginName() * @param args argument list to pass to the plasmoid - * @param id to assign to this applet, or 0 to auto-assign it a new id * @param geometry where to place the applet, or to auto-place it if an invalid * is provided - * @param delayedInit if true, init() will not be called on the applet * * @return a pointer to the applet on success, or 0 on failure */