From 8f20889b492e57eaae98f43f5ae217b9794ae0f8 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 19 Dec 2005 10:26:44 +0000 Subject: [PATCH] Q3ValueList-- svn path=/trunk/KDE/kdebase/workspace/; revision=489618 --- clients/b2/b2client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/b2/b2client.cpp b/clients/b2/b2client.cpp index eb2abdd65f..635356116a 100644 --- a/clients/b2/b2client.cpp +++ b/clients/b2/b2client.cpp @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include @@ -326,7 +325,7 @@ bool B2ClientFactory::supports( Ability ability ) QList< B2ClientFactory::BorderSize > B2ClientFactory::borderSizes() const { // the list must be sorted - return Q3ValueList< BorderSize >() << BorderTiny << BorderNormal << + return QList< BorderSize >() << BorderTiny << BorderNormal << BorderLarge << BorderVeryLarge << BorderHuge; }