Q3ValueList--

svn path=/trunk/KDE/kdebase/workspace/; revision=489618
icc-effect-5.14.5
Laurent Montel 2005-12-19 10:26:44 +00:00
parent d128cbeb55
commit 8f20889b49
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#include <QGridLayout>
#include <QEvent>
#include <QBoxLayout>
#include <Q3ValueList>
#include <QShowEvent>
#include <QResizeEvent>
#include <QMouseEvent>
@ -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;
}