From 98fd9c423dc2b8cfdbd3a3764d4a15cc3fc44817 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 24 Apr 2008 16:13:50 +0000 Subject: [PATCH] --redundantDeclarations; svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800667 --- containment.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/containment.h b/containment.h index 3eb1811e2..625104cf3 100644 --- a/containment.h +++ b/containment.h @@ -82,9 +82,6 @@ class PLASMA_EXPORT Containment : public Applet Plasma::View *view; }; - typedef QList List; - typedef QHash Dict; - enum Type { NoContainmentType = -1 /**< @internal */, DesktopContainment = 0 /**< A desktop containment */, PanelContainment /**< A desktop panel */,